Click or drag to resize

RouteProfileCreateConfigurableProfile Method

Create a profile based on the given settings that the RoutePropagator can use to configure this profile in relation to all other profiles along the route.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract ConfigurableProfile CreateConfigurableProfile(
	SurfaceSegment surfacePath
)

Parameters

surfacePath
Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The surface path over which the profile is defined.

Return Value

Type: ConfigurableProfile
The configurable profile used by the RoutePropagator to configure the route.
See Also