<Code Lib>
2023 Method
Changes 0
M

Selection.PickBox(PickBoxStyle)

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)

public PickedBox PickBox(
	PickBoxStyle style
)

Return Value PickedBox The picked box that contains two XYZ points.

Loading…