ConnectionStrategyGetSurfaceSegment Method |
Get an instance of the surface geometry corresponding to this connection 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 public abstract SurfaceSegment GetSurfaceSegment()
Public MustOverride Function GetSurfaceSegment As SurfaceSegment
public:
virtual SurfaceSegment^ GetSurfaceSegment() abstract
abstract GetSurfaceSegment : unit -> SurfaceSegment
Return Value
Type:
SurfaceSegmentThe immutable surface geometry corresponding to this connection.
See Also