Specify whether to allow negative altitudes for great arc vehicles and for facilities, places and targets.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsNegativeAltitudeAllowed() As Boolean |
[C#] |
---|
public bool IsNegativeAltitudeAllowed {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsNegativeAltitudeAllowed(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsNegativeAltitudeAllowed( VARIANT_BOOL * pVal ); public: HRESULT put_IsNegativeAltitudeAllowed( VARIANT_BOOL IsNegativeAltitudeAllowed ); |
[Java] |
---|
public bool getIsNegativeAltitudeAllowed(); public void setIsNegativeAltitudeAllowed( bool ); |