GetObject.EnableUnselectObjectsOnExit Method

GetObjectEnableUnselectObjectsOnExit Method

By default any objects in the object list are unselected when GetObject.GetObjects() exits with any return code besides Object. If you want to leave the objects selected when non-object input is returned, then call EnableUnselectObjectsOnExit(false) before calling GetObjects().

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void EnableUnselectObjectsOnExit(
	bool enable
)
Public Sub EnableUnselectObjectsOnExit ( 
	enable As Boolean
)

Parameters

enable
Type: SystemBoolean
The state to set.
See Also