STK AstrogatorSend comments on this topic.
PropagatorFunctions Property (IAgVANumericalPropagatorWrapper)
See Also
Windows





Windows & Linux

Description

Get the list of propagator functions.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PropagatorFunctions() As IAgVAPropagatorFunctionCollection
[C#]
public IAgVAPropagatorFunctionCollection PropagatorFunctions {get;}
[Managed C++]
public: __property IAgVAPropagatorFunctionCollection ^ get_PropagatorFunctions();
[Unmanaged C++]
public: HRESULT get_PropagatorFunctions(
    IAgVAPropagatorFunctionCollection ** ppVAPropagatorFunctionCollection
);
[Java]
public IAgVAPropagatorFunctionCollection getPropagatorFunctions();
[Python - STK API ]
@property
def PropagatorFunctions(self) -> "IAgVAPropagatorFunctionCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.