STK ObjectsSend comments on this topic.
AcWGS84Warning Property (IAgScenario)
See Also
Windows





Windows & Linux

Description

Specify when to display the aircraft mission modeler WGS84 warning.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AcWGS84Warning() As AgEAcWGS84WarningType
[C#]
public AgEAcWGS84WarningType AcWGS84Warning {get; set;}
[Managed C++]
public: __property AgEAcWGS84WarningType get_AcWGS84Warning();
public: __property void set_AcWGS84Warning( AgEAcWGS84WarningType );
[Unmanaged C++]
public: HRESULT get_AcWGS84Warning(
    AgEAcWGS84WarningType * pVal
);
public: HRESULT put_AcWGS84Warning(
    AgEAcWGS84WarningType Type
);
[Java]
public AgEAcWGS84WarningType getAcWGS84Warning();
public void setAcWGS84Warning(
    AgEAcWGS84WarningType
);
[Python - STK API ]
@property
def AcWGS84Warning(self) -> "AgEAcWGS84WarningType":

@AcWGS84Warning.setter
def AcWGS84Warning(self, Type:"AgEAcWGS84WarningType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.