Click or drag to resize

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)
Syntax
protected SimpleRouteProcedure(
	RouteProfile profile
)

Parameters

profile
Type: AGI.Foundation.RouteDesign.RouteProfile
The profile to associate with this procedure.
See Also