Box.GetBoxData Method
Parent Object: BoxDescription
Get the data defining this Box.
Syntax
Box.GetBoxData( MinPoint() As Double, MaxPoint() As Double )Parameters
Name | Type | Description |
MinPoint | Double | Input Double array that sets the smallest coordinate values for the box. |
MaxPoint | Double | Input Double array that sets the largest coordinate values for the box. |
Samples
Name | Description |
Client Graphics - Draw Range Box | This sample demonstrates the use of client graphics to draw the range box of selected entities. |