AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_AcWGS84Warning(
   AgEAcWGS84WarningType NewAcWGS84Warning
);
[Java]
public AgEAcWGS84WarningType getAcWGS84Warning();public void setAcWGS84Warning(
   AgEAcWGS84WarningType
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.