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