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

In This Topic
    Enable(Transformation,Boolean,IList<Entity>) Method
    In This Topic
    Activates the ObjectManipulator to move the given entities.
    Syntax
    'Declaration
     
    Public Overloads Sub Enable( _
       ByVal initialTransform As Transformation, _
       ByVal centerOnEntities As Boolean, _
       ByVal entities As IList(Of Entity) _
    ) 
    public void Enable( 
       Transformation initialTransform,
       bool centerOnEntities,
       IList<Entity> entities
    )

    Parameters

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