SurfaceProcedureConnectionGetSurfaceSegment Method  | 
 
            Create the surface geometry for the given connection.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override SurfaceSegment GetSurfaceSegment()
Public Overrides Function GetSurfaceSegment As SurfaceSegment
public:
virtual SurfaceSegment^ GetSurfaceSegment() override
abstract GetSurfaceSegment : unit -> SurfaceSegment 
override GetSurfaceSegment : unit -> SurfaceSegment 
Return Value
Type: 
SurfaceSegmentThe immutable geometry of the path over the ellipsoid surface.
See Also