RhinoCommon API
GetObjectEnablePostSelect Method |
Control the availability of post selection in GetObjects.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

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

By default, if no valid input is pre-selected when GetObjects is called, then
the user is given the chance to post select. If you want to force the user to pre-select,
then call EnablePostSelect(false).
