RouteProcedure.GetSurfacePath 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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