Click or drag to resize

IConfigurableProfileConnectionConfigureProfileAsConnection Method

Configures this profile for use as a connection between two other profiles.

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

Parameters

previous
Type: AGI.Foundation.RouteDesign.AdvancedConfigurableProfile
The previous profile with which to connect.
next
Type: AGI.Foundation.RouteDesign.AdvancedConfigurableProfile
The next profile with which to connect.
tracker
Type: AGI.FoundationITrackCalculationProgress
An object which reports the progress of the calculation, or .

Return Value

Type: ProfileConfigurationResult
The results of the configuration.
See Also