Description
Specify whether to allow negative altitudes for great arc vehicles and for facilities, places and targets.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property IsNegativeAltitudeAllowed() As Boolean
|
[C#] |
---|
public bool IsNegativeAltitudeAllowed {get; set;}
|
[Managed C++] |
---|
public: __property bool get_IsNegativeAltitudeAllowed(); public: __property void set_IsNegativeAltitudeAllowed(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_IsNegativeAltitudeAllowed(
VARIANT_BOOL * pVal
);
public: HRESULT put_IsNegativeAltitudeAllowed(
VARIANT_BOOL IsNegativeAltitudeAllowed
);
|
[Java] |
---|
public bool getIsNegativeAltitudeAllowed();
public void setIsNegativeAltitudeAllowed(
bool
);
|
[Python - STK API] |
---|
@property
def IsNegativeAltitudeAllowed(self) -> bool:
@IsNegativeAltitudeAllowed.setter
def IsNegativeAltitudeAllowed(self, IsNegativeAltitudeAllowed:bool) -> None:
|
See Also