Description
Check whether you can set the reference area or whether it is specified in the file.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CanSetForwardFlightRefArea() As Boolean
|
| [C#] |
|---|
public bool CanSetForwardFlightRefArea {get;}
|
| [Managed C++] |
|---|
public: __property bool get_CanSetForwardFlightRefArea();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CanSetForwardFlightRefArea(
VARIANT_BOOL * pVal
);
|
| [Java] |
|---|
public bool getCanSetForwardFlightRefArea();
|
| [Python - STK API] |
|---|
@property
def CanSetForwardFlightRefArea(self) -> bool:
|
See Also