WorkAxisProxy.SetSize Method
Parent Object: WorkAxisProxyDescription
Method that sets the current size of the displayed graphics for the work axis.
Syntax
WorkAxisProxy.SetSize( Point1 As Point, Point2 As Point )Parameters
Name | Type | Description |
Point1 | Point | Input Point object that defines the first end point of the work axis. |
Point2 | Point | Input Point object that defines the other end point of the work axis. |