Invokes a general purpose two-click editor that lets the user to specify a rectangular area on the screen.
Namespace: Autodesk.Revit.UI.Selection
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public PickedBox PickBox( PickBoxStyle style, string statusPrompt )
Parameters
- style PickBoxStyle
- Specifies the value that controls the style of the pick box.
- statusPrompt String
- The message shown on the status bar.
Return Value
PickedBoxThe picked box that contains two XYZ points.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when the style is not a recognized value. |
ArgumentNullException | Thrown when the argument statusPrompt is nullptr. |
OperationCanceledException | Thrown when the Revit user cancelled this operation. Thrown when the Revit user tried to switch the active view, close the active document or Revit application when responding to this mode. |