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: 24.2.419.0 (24.2.419.0)
Syntax protected SimpleRouteProcedure(
RouteProfile profile
)
Protected Sub New (
profile As RouteProfile
)
protected:
SimpleRouteProcedure(
RouteProfile^ profile
)
new :
profile : RouteProfile -> SimpleRouteProcedure
Parameters
- profile
- Type: AGI.Foundation.RouteDesignRouteProfile
The profile to associate with this procedure.
See Also