Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PlanarEntity Class / PlanarEntity Constructor / PlanarEntity Constructor(Plane,Single)
The plane
The plane symbol size

In This Topic
    PlanarEntity Constructor(Plane,Single)
    In This Topic
    Plane and symbol size constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pln As Plane, _
       ByVal symbolSize As Single _
    )
    public PlanarEntity( 
       Plane pln,
       float symbolSize
    )

    Parameters

    pln
    The plane
    symbolSize
    The plane symbol size
    See Also