ConfigurableSurfaceProcedureGetSurfaceSegment Method |
Create an immutable
SurfaceSegment representing the geometry of this procedure,
including any entry and exit arcs prior to the connections.
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.
See Also