SimpleRouteProcedure Constructor (RouteProfile) | 
 
            Create a new instance based on the given profile.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected SimpleRouteProcedure(
	RouteProfile profile
)
Protected Sub New ( 
	profile As RouteProfile
)
protected:
SimpleRouteProcedure(
	RouteProfile^ profile
)
new : 
        profile : RouteProfile -> SimpleRouteProcedureParameters
- profile
 - Type: AGI.Foundation.RouteDesignRouteProfile
The profile to associate with this procedure. 
See Also