STK ObjectsSend comments on this topic.
InitialState Property (IAgVePropagatorTwoBody)
See Also
Windows





Windows & Linux

Description

Get the initial state.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.