Box.PutBoxData Method
Parent Object: BoxDescription
Method that sets the data defining this Box.
Syntax
Box.PutBoxData( 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. |