GetObject.EnableSelPrevious Method

GetObjectEnableSelPrevious Method

By default, any object selected during a command becomes part of the "previous selection set" and can be reselected by the SelPrev command. If you need to select objects but do not want them to be selected by a subsequent call to SelPrev, then call EnableSelPrev = false.

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

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Rhino.Input.Custom.GetObject.EnableSelPrevious(System.Boolean)"]

See Also