Click or drag to resize

ConfigurableProfileConfigureProfiles Method

Configure this profile in relation to the previous and next profile to make sure than they each connect continuously. Specify the result of the configuration in the output.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract ProfileConfigurationResult ConfigureProfiles(
	ConfigurableProfile previous,
	ConfigurableProfile next,
	ITrackCalculationProgress tracker
)

Parameters

previous
Type: AGI.Foundation.RouteDesign.AdvancedConfigurableProfile
The previous profile to configure.
next
Type: AGI.Foundation.RouteDesign.AdvancedConfigurableProfile
The next profile to configure.
tracker
Type: AGI.FoundationITrackCalculationProgress
A progress tracker to track the progress of the route configuration, or .

Return Value

Type: ProfileConfigurationResult
An object indicating the status and diagnostic result from the configuration.
See Also