GetBoundaryPoint Method
Description
Returns the boundary point specified by the index
Syntax
Parameters
- index
- Required Long which indicates which boundary point to get.
- X
- Required Long variable that will hold the X value of the boundary point.
- Y
- Required Long variable that will hold the Y value of the boundary point.
- Z
- Required Long variable that will hold the Z value of the boundary point.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
Remarks
This function works with patch scans. Use the BoundaryPointCount property to determine how many boundary points are available.
See Also