STK ObjectsSend comments on this topic.
SupportedPropagationFrames Property (IAgVeInitialState)
See Also
Windows





Windows & Linux

Description

This property is deprecated. Use Two-body, J2 and J4 propagators to get a list of supported propagation frames. Returns supported propagation frames

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SupportedPropagationFrames() As System.Array
[C#]
public System.Array SupportedPropagationFrames {get;}
[Managed C++]
public: __property System::Array get_SupportedPropagationFrames();
[Unmanaged C++]
public: HRESULT get_SupportedPropagationFrames(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getSupportedPropagationFrames();
[Python - STK API ]
@property
def SupportedPropagationFrames(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.