Skip to content

GetObject.EnablePostSelect

Public Class

Control the availability of post selection in GetObjects.

Namespace: Rhino.Input.Custom

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.0

Syntax

public void EnablePostSelect(
bool enable
)

Parameters

enable

Type:System.Boolean

Remarks

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).