Specify when to display the aircraft mission modeler WGS84 warning.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property AcWGS84Warning() As AgEAcWGS84WarningType |
| [C#] |
|---|
public AgEAcWGS84WarningType AcWGS84Warning {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAcWGS84WarningType get_AcWGS84Warning(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAcWGS84WarningType getAcWGS84Warning(); public void setAcWGS84Warning( AgEAcWGS84WarningType ); |
[Python - STK API ] |
|---|
@property def AcWGS84Warning(self) -> "AgEAcWGS84WarningType": @AcWGS84Warning.setter def AcWGS84Warning(self, Type:"AgEAcWGS84WarningType") -> None: |






