ProfileConfigurationResult Constructor (HeightConfigurationStatus, SpeedConfigurationStatus) | 
 
            Create a new instance based on the given status information for height and speed.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ProfileConfigurationResult(
	HeightConfigurationStatus heightStatus,
	SpeedConfigurationStatus speedStatus
)
Public Sub New ( 
	heightStatus As HeightConfigurationStatus,
	speedStatus As SpeedConfigurationStatus
)
public:
ProfileConfigurationResult(
	HeightConfigurationStatus heightStatus, 
	SpeedConfigurationStatus speedStatus
)
new : 
        heightStatus : HeightConfigurationStatus * 
        speedStatus : SpeedConfigurationStatus -> ProfileConfigurationResultParameters
- heightStatus
 - Type: AGI.Foundation.RouteDesign.AdvancedHeightConfigurationStatus
The status of the height configuration. - speedStatus
 - Type: AGI.Foundation.RouteDesign.AdvancedSpeedConfigurationStatus
The status of the speed configuration. 
See Also