Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / PlaneSurrogate Class / PlaneSurrogate Constructor

In This Topic
    PlaneSurrogate Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plane As Plane _
    )
    public PlaneSurrogate( 
       Plane plane
    )

    Parameters

    plane
    See Also