STK AstrogatorSend comments on this topic.
GetInFrameName Method (IAgVAState)
See Also
FrameName
Windows





Windows & Linux

Description

Gets the orbit state in the specified frame.

Syntax

[Visual Basic .NET]
Public Function GetInFrameName( _
    ByVal FrameName As String _
) As IAgVAState
[C#]
public IAgVAState GetInFrameName(
    string FrameName
);
[Managed C++]
public: IAgVAState^ GetInFrameName(
    String __gc ^ FrameName
);
[Unmanaged C++]
public: HRESULT GetInFrameName(
    BSTR FrameName,
    IAgVAState ** ppOrbitState
);
[Java]
public IAgVAState getInFrameName(
    String FrameName
);
[Python - STK API ]
def GetInFrameName(self, FrameName:str) -> "IAgVAState":

Parameters

FrameName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.