Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Serialization Namespace / PlaneSurrogate Class / ConvertToObject Method

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

    Return Value

    The object created.
    Remarks
    This method uses the devDept.Geometry.Plane.Plane Constructor(Point3D,Vector3D,Vector3D) constructor to create the object.
    See Also