RhumbLineConnectionStrategyGetSurfaceSegment 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 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 surface geometry corresponding to this connection.
See Also