GetBorder

Top  Previous  Next

 

GetBorder (Method)

 

Gets the border of an object

 

Syntax:

Function GetBorder([Handles]() As Integer, xMin As Single, yMin As Single, zMin As Single, xMax As Single, yMax As Single, zMax As Single) As Boolean

 

The GetBorder method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

xMin

Single

Is the the bottom left x coordinate of the border

yMin

Single

Is the the bottom left y coordinate of the border

zMin

Single

Is the the bottom left z coordinate of the border

xMax

Single

Is the top right x coordinate of the border

yMax

Single

Is the top right y coordinate of the border

zMax

Single

Is the top right z coordinate of the border

 

Return value:

Boolean - True on success, false on error

 

Example