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






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function SetPointingFixedYPR( _
   ByVal Sequence As AgEYPRAnglesSequence, _
   ByVal Yaw As System.Object, _
   ByVal Pitch As System.Object, _
   ByVal Roll As System.Object _
) As IAgSnPtFixed
[C#]
public IAgSnPtFixed SetPointingFixedYPR(
   AgEYPRAnglesSequence Sequence,
   System.Object Yaw,
   System.Object Pitch,
   System.Object Roll
);
[Managed C++]
public: IAgSnPtFixed^ SetPointingFixedYPR(
   AgEYPRAnglesSequence Sequence,
   VARIANT Yaw,
   VARIANT Pitch,
   VARIANT Roll
);
[Java]
public IAgSnPtFixed setPointingFixedYPR(
   AgEYPRAnglesSequence Sequence,
   Variant Yaw,
   Variant Pitch,
   Variant Roll
);
[Unmanaged C++]
public: HRESULT SetPointingFixedYPR(
   AgEYPRAnglesSequence Sequence,
   VARIANT Yaw,
   VARIANT Pitch,
   VARIANT Roll,
   IAgSnPtFixed ** ReturnValue
);

Parameters

Sequence
Yaw
Pitch
Roll

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.