STK ObjectsSend comments on this topic.
UseSGP4OnePtWarning Property (IAgVeSGP4PropagatorSettings)
See Also
Windows





Windows & Linux

Description

Whether to generate SGP4 1Point warnings

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseSGP4OnePtWarning() As Boolean
[C#]
public bool UseSGP4OnePtWarning {get; set;}
[Managed C++]
public: __property bool get_UseSGP4OnePtWarning();
public: __property void set_UseSGP4OnePtWarning( bool );
[Unmanaged C++]
public: HRESULT get_UseSGP4OnePtWarning(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseSGP4OnePtWarning(
    VARIANT_BOOL Warning
);
[Java]
public bool getUseSGP4OnePtWarning();
public void setUseSGP4OnePtWarning(
    bool
);
[Python - STK API ]
@property
def UseSGP4OnePtWarning(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.