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.2.419.0 (24.2.419.0)
Syntax ProfileConfigurationResult ConfigureProfileAsConnection(
ConfigurableProfile previous,
ConfigurableProfile next,
ITrackCalculationProgress tracker
)
Function ConfigureProfileAsConnection (
previous As ConfigurableProfile,
next As ConfigurableProfile,
tracker As ITrackCalculationProgress
) As ProfileConfigurationResult
ProfileConfigurationResult^ ConfigureProfileAsConnection(
ConfigurableProfile^ previous,
ConfigurableProfile^ next,
ITrackCalculationProgress^ tracker
)
abstract ConfigureProfileAsConnection :
previous : ConfigurableProfile *
next : ConfigurableProfile *
tracker : ITrackCalculationProgress -> ProfileConfigurationResult
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:
ProfileConfigurationResultThe results of the configuration.
See Also