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: 25.1.421.0 (25.1.421.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