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





Windows & Linux

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 * pVal
);
public: HRESULT put_MslNoOrbitWarning(
    VARIANT_BOOL MslNoOrbitWarning
);
[Java]
public bool getMslNoOrbitWarning();
public void setMslNoOrbitWarning(
    bool
);
[Python - STK API ]
@property
def MslNoOrbitWarning(self) -> bool:

@MslNoOrbitWarning.setter
def MslNoOrbitWarning(self, MslNoOrbitWarning:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.