Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / Plane Constructor / Plane Constructor(Plane)

In This Topic
    Plane Constructor(Plane)
    In This Topic
    XY plane constructor.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal another As Plane _
    )
    protected Plane( 
       Plane another
    )

    Parameters

    another
    See Also