StandardTransitionProfile Constructor (ProfileDynamics, ProfileSpeed, TerrainProvider) | 
 
            Create a new instance based on the given platform properties.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic StandardTransitionProfile(
	ProfileDynamics dynamics,
	ProfileSpeed targetSpeed,
	TerrainProvider heightReference
)
Public Sub New ( 
	dynamics As ProfileDynamics,
	targetSpeed As ProfileSpeed,
	heightReference As TerrainProvider
)
public:
StandardTransitionProfile(
	ProfileDynamics^ dynamics, 
	ProfileSpeed^ targetSpeed, 
	TerrainProvider^ heightReference
)
new : 
        dynamics : ProfileDynamics * 
        targetSpeed : ProfileSpeed * 
        heightReference : TerrainProvider -> StandardTransitionProfileParameters
- dynamics
 - Type: AGI.Foundation.RouteDesignProfileDynamics
The dynamical properties of the platform. - targetSpeed
 - Type: AGI.Foundation.RouteDesignProfileSpeed
The target speed at which to traverse this profile. - heightReference
 - Type: AGI.Foundation.TerrainTerrainProvider
The reference above which the height of this profile is defined. 
See Also