SurfaceSegmentComputeCartographicExtent Method |
Computes the latitude and longitude boundary surrounding this segment.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected virtual CartographicExtent ComputeCartographicExtent()
Protected Overridable Function ComputeCartographicExtent As CartographicExtent
protected:
virtual CartographicExtent^ ComputeCartographicExtent()
abstract ComputeCartographicExtent : unit -> CartographicExtent
override ComputeCartographicExtent : unit -> CartographicExtent
Return Value
Type:
CartographicExtentA
CartographicExtent that bounds this surface segment.
See Also