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.2.419.0 (24.2.419.0)
Syntax public abstract ProfileConfigurationResult ConfigureProfiles(
ConfigurableProfile previous,
ConfigurableProfile next,
ITrackCalculationProgress tracker
)
Public MustOverride Function ConfigureProfiles (
previous As ConfigurableProfile,
next As ConfigurableProfile,
tracker As ITrackCalculationProgress
) As ProfileConfigurationResult
public:
virtual ProfileConfigurationResult^ ConfigureProfiles(
ConfigurableProfile^ previous,
ConfigurableProfile^ next,
ITrackCalculationProgress^ tracker
) abstract
abstract ConfigureProfiles :
previous : ConfigurableProfile *
next : ConfigurableProfile *
tracker : ITrackCalculationProgress -> ProfileConfigurationResult
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:
ProfileConfigurationResultAn object indicating the status and diagnostic result from the configuration.
See Also