AGI STK Objects 11Send comments on this topic.
PropagationFrame Property (IAgVeJxInitialState)
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 * pRetVal
);
public: HRESULT put_PropagationFrame(
   AgEVePropagationFrame NewPropagationFrame
);
[Java]
public AgEVePropagationFrame getPropagationFrame();public void setPropagationFrame(
   AgEVePropagationFrame
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.