ObjectManipulator.Enable (Transformation, Boolean, IList<Entity>) Method

Activates the ObjectManipulator to move the given entities.
Public Sub Enable( _ 
ByVal initialTransform As Transformation, _ 
ByVal centerOnEntities As Boolean, _ 
ByVal entities As IList(Of Entity) _ 
)
This language is not supported or no code example is available.
public void Enable( 
Transformation initialTransform
bool centerOnEntities
IList<Entity> entities 
)
This language is not supported or no code example is available.

Parameters

initialTransform
Transformation

The initial transformation

centerOnEntities
bool

If true, positions the manipulator in the center of the entities

entities
IList<Entity>

The entities to move

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition