| EllipsoidSurfaceCurveComputeCartographicExtent Method  | 
 
            Computes the cartographic bounding box which completely contains the surface curve.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Shapes
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract CartographicExtent ComputeCartographicExtent()
Public MustOverride Function ComputeCartographicExtent As CartographicExtent
public:
virtual CartographicExtent^ ComputeCartographicExtent() abstract
abstract ComputeCartographicExtent : unit -> CartographicExtent 
Return Value
Type: 
CartographicExtentAn object representing the bounding box.
 See Also
See Also