ObjectManipulator.Enable (Transformation, Boolean) Method

Activates the Manipulator to move the selected entities.
Public Sub Enable( _ 
ByVal initialTransform As Transformation, _ 
ByVal centerOnEntities As Boolean
)
This language is not supported or no code example is available.
public void Enable( 
Transformation initialTransform
bool centerOnEntities 
)
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 selected entities

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition