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





Windows & Linux

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 * pVal
);
public: HRESULT put_SatNoOrbitWarning(
    VARIANT_BOOL SatNoOrbitWarning
);
[Java]
public bool getSatNoOrbitWarning();
public void setSatNoOrbitWarning(
    bool
);
[Python - STK API ]
@property
def SatNoOrbitWarning(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.