STK ObjectsSend comments on this topic.
Propagator Property (IAgSatellite)
See Also
Windows





Windows & Linux

Description

Get information for the propagator.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Propagator() As IAgVePropagator
[C#]
public IAgVePropagator Propagator {get;}
[Managed C++]
public: __property IAgVePropagator ^ get_Propagator();
[Unmanaged C++]
public: HRESULT get_Propagator(
    IAgVePropagator ** ppVal
);
[Java]
public IAgVePropagator getPropagator();
[Python - STK API ]
@property
def Propagator(self) -> "IAgVePropagator":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.