SetBoundingBox Method

Land Auto

SetBoundingBox Method

Sets the bounding box for the surface.

See Also | Example

Signature

object.SetBoundingBox(LowerLeftPoint, UpperRightPoint)

object

Surface The object or objects this property applies to.

LowerLeftPoint

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

UpperRightPoint

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

Remarks

Calculations will be much faster if a bounding box is set. If no bounding box is set for a surface, then one will be generated when the surface is built.