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





Description

Specify whether to display a warning when a missile trajectory does not impact the central body.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_MslNoOrbitWarning();
public: __property void set_MslNoOrbitWarning(
bool
);

[Unmanaged C++]
public: HRESULT get_MslNoOrbitWarning(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_MslNoOrbitWarning(
VARIANT_BOOL NewMslNoOrbitWarning
);

[Java]
public bool getMslNoOrbitWarning();public void setMslNoOrbitWarning(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1