AGI STK Util 11 Send 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
Member Value Description
ePR 0 PR sequence.
Pitch
Roll

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface