2025 Method
Changes 0
M

Selection.PickBox

Description:
Invokes a general purpose two-click editor that lets the user to specify a rectangular area on the screen.
Remarks:
The method starts an editor and returns when it finishes. Returns a PickedBox that contains two XYZ points.
Overloads (2):
PickBox(PickBoxStyle,String)
public PickedBox PickBox(
	PickBoxStyle style,
	string statusPrompt
)
  • style
    Specifies the value that controls the style of the pick box.
  • statusPrompt
    The message shown on the status bar.
Return Value PickedBox The picked box that contains two XYZ points.