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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.