AGI STK Util 11Send comments on this topic.
AssignPR Method (IAgDirection)
See Also 
Pitch
Roll
Windows






Windows & Linux

Description

Helper method to set direction using the Pitch Roll representation. Pitch and Roll use Angle Dimension.

Syntax

[Visual Basic .NET]
Public Sub AssignPR( _
   ByVal Pitch As System.Object, _
   ByVal Roll As System.Object _
) 
[C#]
public void AssignPR(
   System.Object Pitch,
   System.Object Roll
);
[Managed C++]
public: void AssignPR(
   VARIANT Pitch,
   VARIANT Roll
);
[Java]
public  assignPR(
   Variant Pitch,
   Variant Roll
);
[Unmanaged C++]
public: HRESULT AssignPR(
   VARIANT Pitch,
   VARIANT Roll
);

Parameters

Pitch
Roll

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.