AGI STK Astrogator 11 Send comments on this topic.
GetInFrameName Method (IAgVAState)
See Also 
FrameName





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
);

[Java]
public IAgVAState getInFrameName(
String FrameName
);

[Unmanaged C++]
public: HRESULT GetInFrameName(
BSTR FrameName,
IAgVAState ** ReturnValue
);

Parameters

FrameName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1