Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ObjectManipulator Class / Enable Method / Enable(Transformation,Boolean) Method
The initial transformation
If true, positions the manipulator in the center of the selected entities

In This Topic
    Enable(Transformation,Boolean) Method
    In This Topic
    Activates the Manipulator to move the selected entities.
    Syntax
    'Declaration
     
    Public Overloads Sub Enable( _
       ByVal initialTransform As Transformation, _
       ByVal centerOnEntities As Boolean _
    ) 
    public void Enable( 
       Transformation initialTransform,
       bool centerOnEntities
    )

    Parameters

    initialTransform
    The initial transformation
    centerOnEntities
    If true, positions the manipulator in the center of the selected entities
    See Also