Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ObjectManipulatorPartProperties Class / ObjectManipulatorPartProperties Constructor
The color
The visibility
The selectability

In This Topic
    ObjectManipulatorPartProperties Constructor
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As Color, _
       ByVal visible As Boolean, _
       ByVal selectable As Boolean _
    )
    public ObjectManipulatorPartProperties( 
       Color color,
       bool visible,
       bool selectable
    )

    Parameters

    color
    The color
    visible
    The visibility
    selectable
    The selectability
    See Also