CircularHoldProcedureGetSurfacePath 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.2.419.0 (24.2.419.0)
Syntax public override ConfigurableSurfaceProcedure GetSurfacePath()
Public Overrides Function GetSurfacePath As ConfigurableSurfaceProcedure
public:
virtual ConfigurableSurfaceProcedure^ GetSurfacePath() override
abstract GetSurfacePath : unit -> ConfigurableSurfaceProcedure
override GetSurfacePath : unit -> ConfigurableSurfaceProcedure
Return Value
Type:
ConfigurableSurfaceProcedureThe configurable surface geometry.
Remarks
This is used by the
RoutePropagator to ensure smooth connection
between procedures.
See Also