Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / CompositeCurveSurrogate Class / ConvertToObject Method

In This Topic
    ConvertToObject Method (CompositeCurveSurrogate)
    In This Topic
    Creates the object related to the surrogate.
    Syntax
    'Declaration
     
    Protected Overrides Function ConvertToObject() As Entity
    protected override Entity ConvertToObject()

    Return Value

    The object created.
    Remarks
    This method uses the devDept.Eyeshot.Entities.CompositeCurve.CompositeCurve Constructor(IEnumerable<ICurve>,Boolean) constructor with the latest param equal to false to create the object. When the content is contentType.Tessellation the resulting object is a devDept.Eyeshot.Entities.LinearPath
    See Also