AGI STK Objects 11 Send comments on this topic.
SatNoOrbitWarning Property (IAgScenario)
See Also 





Description

Specify whether to display a warning when a satellite orbit intersects the central body.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SatNoOrbitWarning() As Boolean

[C#]
public bool SatNoOrbitWarning {get; set;}

[Managed C++]
public: __property bool get_SatNoOrbitWarning();
public: __property void set_SatNoOrbitWarning(
bool
);

[Unmanaged C++]
public: HRESULT get_SatNoOrbitWarning(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_SatNoOrbitWarning(
VARIANT_BOOL NewSatNoOrbitWarning
);

[Java]
public bool getSatNoOrbitWarning();public void setSatNoOrbitWarning(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1