STK ObjectsSend comments on this topic.
PropagationFrame Property (IAgVePropagatorJ4Perturbation)
See Also
Windows





Windows & Linux

Description

The propagation frame

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PropagationFrame() As AgEVePropagationFrame
[C#]
public AgEVePropagationFrame PropagationFrame {get; set;}
[Managed C++]
public: __property AgEVePropagationFrame get_PropagationFrame();
public: __property void set_PropagationFrame( AgEVePropagationFrame );
[Unmanaged C++]
public: HRESULT get_PropagationFrame(
    AgEVePropagationFrame * pVal
);
public: HRESULT put_PropagationFrame(
    AgEVePropagationFrame PropagationFrame
);
[Java]
public AgEVePropagationFrame getPropagationFrame();
public void setPropagationFrame(
    AgEVePropagationFrame
);
[Python - STK API ]
@property
def PropagationFrame(self) -> "AgEVePropagationFrame":

@PropagationFrame.setter
def PropagationFrame(self, PropagationFrame:"AgEVePropagationFrame") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.