Check whether you can set the reference area or whether it is specified in the file.
Read-only property
[Visual Basic .NET] |
---|
Public Property CanSetTakeoffLandingRefArea() As Boolean |
[C#] |
---|
public bool CanSetTakeoffLandingRefArea {get;} |
[Managed C++] |
---|
public: __property bool get_CanSetTakeoffLandingRefArea(); |
[Unmanaged C++] |
---|
public: HRESULT get_CanSetTakeoffLandingRefArea( VARIANT_BOOL * pVal ); |
[Java] |
---|
public bool getCanSetTakeoffLandingRefArea(); |