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 _
) As 
[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 void queryPR(
    AgEPRSequence Sequence,
    VARIANT Pitch,
    VARIANT Roll
);
[Unmanaged C++]
public: HRESULT QueryPR(
    AgEPRSequence Sequence,
    VARIANT * Pitch,
    VARIANT * Roll
);

Parameters

Sequence
Pitch
Roll

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.