Click or drag to resize

EllipsoidSurfaceRegionHoleComputeCartographicExtent Method

Computes the cartographic bounding box which completely contains the surface region. If the region contains either pole, the extent will reflect that in the north and south latitude values.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CartographicExtent ComputeCartographicExtent()

Return Value

Type: CartographicExtent
An object representing the bounding box containing the region.
See Also