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 subsquent call to SelPrev, then call EnableSelPrev = false.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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)"]
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also