RouteProcedureGetSurfacePath 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 abstract ConfigurableSurfaceProcedure GetSurfacePath()
Public MustOverride Function GetSurfacePath As ConfigurableSurfaceProcedure
public:
virtual ConfigurableSurfaceProcedure^ GetSurfacePath() abstract
abstract 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