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






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Sub QueryPR( _
   ByVal Sequence As AgEPRSequence, _
   ByRef Pitch As System.Object, _
   ByRef Roll As System.Object _
) 
[C#]
public void QueryPR(
   AgEPRSequence Sequence,
   ref System.Object Pitch,
   ref System.Object Roll
);
[Managed C++]
public: void QueryPR(
   AgEPRSequence Sequence,
   VARIANT ^ Pitch,
   VARIANT ^ Roll
);
[Java]
public  queryPR(
   AgEPRSequence Sequence,
   Variant Pitch,
   Variant Roll
);
[Unmanaged C++]
public: HRESULT QueryPR(
   AgEPRSequence Sequence,
   VARIANT * Pitch,
   VARIANT * Roll
);

Parameters

Sequence
MemberValueDescription
ePR0PR sequence.
Pitch
Roll

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.