AGI STK Objects 11Send comments on this topic.
SetPointingFixedAxesYPR Method (IAgSnCommonTasks)
See Also 
ReferenceAxes
Sequence
Yaw
Pitch
Roll
Windows






Windows & Linux

Description

Sets the pointing method to FixedAxes with a YPR Angles orientation.

Syntax

[Visual Basic .NET]
Public Function SetPointingFixedAxesYPR( _
   ByVal ReferenceAxes As String, _
   ByVal Sequence As AgEYPRAnglesSequence, _
   ByVal Yaw As System.Object, _
   ByVal Pitch As System.Object, _
   ByVal Roll As System.Object _
) As IAgSnPtFixedAxes
[C#]
public IAgSnPtFixedAxes SetPointingFixedAxesYPR(
   string ReferenceAxes,
   AgEYPRAnglesSequence Sequence,
   System.Object Yaw,
   System.Object Pitch,
   System.Object Roll
);
[Managed C++]
public: IAgSnPtFixedAxes^ SetPointingFixedAxesYPR(
   String __gc ^ ReferenceAxes,
   AgEYPRAnglesSequence Sequence,
   VARIANT Yaw,
   VARIANT Pitch,
   VARIANT Roll
);
[Java]
public IAgSnPtFixedAxes setPointingFixedAxesYPR(
   String ReferenceAxes,
   AgEYPRAnglesSequence Sequence,
   Variant Yaw,
   Variant Pitch,
   Variant Roll
);
[Unmanaged C++]
public: HRESULT SetPointingFixedAxesYPR(
   BSTR ReferenceAxes,
   AgEYPRAnglesSequence Sequence,
   VARIANT Yaw,
   VARIANT Pitch,
   VARIANT Roll,
   IAgSnPtFixedAxes ** ReturnValue
);

Parameters

ReferenceAxes
Sequence
Yaw
Pitch
Roll

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.