| TargetStateAndStatusVersion1AltitudesAreMeanSeaLevel Property | 
            Gets or sets a value indicating that altitudes are barometric corrected altitudes (mean sea level)
            or a reference barometric altitude (flight level).
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic bool AltitudesAreMeanSeaLevel { get; set; }Public Property AltitudesAreMeanSeaLevel As Boolean
	Get
	Set
public:
property bool AltitudesAreMeanSeaLevel {
	bool get ();
	void set (bool value);
}member AltitudesAreMeanSeaLevel : bool with get, set
Property Value
Type: 
Boolean See Also
See Also