GetBoundingBox Method

Land Auto

GetBoundingBox Method

Gets the bounding box for the surface.

See Also | Example

Signature

object.GetBoundingBox(LowerLeftPoint, UpperRightPoint)

object

Surface The object or objects this property applies to.

LowerLeftPoint

Variant (3 element array of doubles); output-only
The lower left coordinate for the bounding box in Easting, Northing, Elevation format.

UpperRightPoint

Variant (3 element array of doubles); output-only
The upper right coordinate for the bounding box in Easting, Northing, Elevation format.

Remarks

All coordinates for the surface will lie within the bounding box. The surface must be open and built before using the GetBoundingBox method.