StandardTransitionProfileInitialHeight Property  | 
 
            Gets or sets the initial height of the incline with respect to the surface path, in meters.
            If 
AllowModificationOfInitialHeight is false, this height will be fixed during
            the configuration.  Otherwise, the surrounding profiles may modify it to configure the route.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double InitialHeight { get; set; }Public Property InitialHeight As Double
	Get
	Set
public:
property double InitialHeight {
	double get ();
	void set (double value);
}member InitialHeight : float with get, set
Property Value
Type: 
Double
See Also