SpeedConfigurationResult Constructor (SpeedConfigurationStatus, Object) | 
 
            Create a new instance based on the given status and data.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SpeedConfigurationResult(
	SpeedConfigurationStatus status,
	Object data
)
Public Sub New ( 
	status As SpeedConfigurationStatus,
	data As Object
)
public:
SpeedConfigurationResult(
	SpeedConfigurationStatus status, 
	Object^ data
)
new : 
        status : SpeedConfigurationStatus * 
        data : Object -> SpeedConfigurationResultParameters
- status
 - Type: AGI.Foundation.RouteDesign.AdvancedSpeedConfigurationStatus
The status of the configuration. - data
 - Type: SystemObject
An object containing additional diagnostic information.
            See the documentation for the particular type of RouteSegment
            corresponding to this instance for more information on what the data contains.
             
See Also