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

In This Topic
    ConvertToObject Method (CurveSurrogate)
    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 %Curve.Curve(int, double[], Point4D[])% constructor to create the object. When the content is contentType.Tessellation the resulting object is a devDept.Eyeshot.Entities.LinearPath
    See Also