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





Windows & Linux

Description

Whether to use SGP4 1Point Interpolation

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseSGP4OnePtInterpolation() As Boolean
[C#]
public bool UseSGP4OnePtInterpolation {get; set;}
[Managed C++]
public: __property bool get_UseSGP4OnePtInterpolation();
public: __property void set_UseSGP4OnePtInterpolation( bool );
[Unmanaged C++]
public: HRESULT get_UseSGP4OnePtInterpolation(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseSGP4OnePtInterpolation(
    VARIANT_BOOL Interpolation
);
[Java]
public bool getUseSGP4OnePtInterpolation();
public void setUseSGP4OnePtInterpolation(
    bool
);
[Python - STK API ]
@property
def UseSGP4OnePtInterpolation(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.