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: 25.1.421.0 (25.1.421.0)
Syntaxpublic CartographicExtent ComputeCartographicExtent()
Public Function ComputeCartographicExtent As CartographicExtent
public:
CartographicExtent^ ComputeCartographicExtent()
member ComputeCartographicExtent : unit -> CartographicExtent 
Return Value
Type: 
CartographicExtentAn object representing the bounding box containing the region.
See Also