Click or drag to resize

StationaryHoldProcedureGetSurfacePath Method

Get an object that will allow configuration of the surface geometry as it connects with other procedures.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override ConfigurableSurfaceProcedure GetSurfacePath()

Return Value

Type: ConfigurableSurfaceProcedure
The configurable surface geometry.
Remarks
This is used by the RoutePropagator to ensure smooth connection between procedures.
See Also