InscribedTurnProcedureGetSurfacePath 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 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