SetBoundsAvax

Top  Previous  Next

 

SetBoundsAvax (Method)

 

Define the drawing extents of the total work area of the drawing

 

Syntax:

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

 

The SetBoundsAvax 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