AGI STK Objects 11 Send comments on this topic.
GetPointsInFrame Method (IAgVeRealtimePointBuilder)
See Also 
ReferenceFrame





Description

Allows adding points using specified reference frame.

Syntax

[Visual Basic .NET]
Public Function GetPointsInFrame( _
   ByVal ReferenceFrame As String _
) As IAgVeRealtimeCartesianPoints

[C#]
public IAgVeRealtimeCartesianPoints GetPointsInFrame(
string ReferenceFrame
);

[Managed C++]
public: IAgVeRealtimeCartesianPoints^ GetPointsInFrame(
String __gc ^ ReferenceFrame
);

[Java]
public IAgVeRealtimeCartesianPoints getPointsInFrame(
String ReferenceFrame
);

[Unmanaged C++]
public: HRESULT GetPointsInFrame(
BSTR ReferenceFrame,
IAgVeRealtimeCartesianPoints ** ReturnValue
);

Parameters

ReferenceFrame

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1