GetBoundsDrawing

Top  Previous  Next

 

GetBoundsDrawing (Method)

 

Returns with the drawing extents

 

Syntax:

Function GetBoundsDrawing(xMin As Single, yMin As Single, zMin As Single, xMax As Single, yMax As Single, zMax As Single) As Boolean

 

The GetBoundsDrawing method syntax consists of the following:

Parameter

Data Type

Description

xMin

Single

Is the x coordinate of the bottom left drawing extend

yMin

Single

Is the y coordinate of the bottom left drawing extend

zMin

Single

Is the z coordinate of the bottom left drawing extend

xMax

Single

Is the x coordinate of the top right drawing extend

yMax

Single

Is the y coordinate of the top right drawing extend

zMax

Single

Is the z coordinate of the top right drawing extend

 

Return value:

Boolean - True on success, false on error.

 

Example