CruiseBehaviorHeightReferenceSurface Property  | 
 
            Gets or sets the reference surface above which the 
Altitude is defined.
            
 
    Namespace: 
   AGI.Foundation.AircraftPropagation
    Assembly:
   AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TerrainProvider HeightReferenceSurface { get; set; }Public Property HeightReferenceSurface As TerrainProvider
	Get
	Set
public:
property TerrainProvider^ HeightReferenceSurface {
	TerrainProvider^ get ();
	void set (TerrainProvider^ value);
}member HeightReferenceSurface : TerrainProvider with get, set
Property Value
Type: 
TerrainProvider
See Also