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

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

    Return Value

    The object created.
    Remarks
    This method uses the devDept.Eyeshot.Entities.Solid3D.OrientedEdge.Solid3D.OrientedEdge Constructor constructor to create the object.
    See Also