|
GetBoundsAvax (Method)
Returns with the drawing extents of the total work area of the drawing
Syntax:
Function GetBoundsAvax(xMin As Single, yMin As Single, zMin As Single, xMax As Single, yMax As Single, zMax As Single) As Boolean
The GetBoundsAvax method syntax consists of the following:
Parameter
|
Data Type
|
Description
|
xMin
|
Single
|
Is the x coordinate of the bottom left extends of the total work area
|
yMin
|
Single
|
Is the y coordinate of the bottom left extends of the total work area
|
zMin
|
Single
|
Is the z coordinate of the bottom left extends of the total work area
|
xMax
|
Single
|
Is the x coordinate of the top right extends of the total work area
|
yMax
|
Single
|
Is the x coordinate of the top right extends of the total work area
|
zMax
|
Single
|
Is the x coordinate of the top right extends of the total work area
|
Return value:
Boolean - True on success, false on error.
Example
|