STK UtilSend 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
);
[Unmanaged C++]
public: HRESULT QueryPR(
    AgEPRSequence Sequence,
    VARIANT * Pitch,
    VARIANT * Roll
);
[Python - STK API ]
def QueryPR(self, Sequence:"AgEPRSequence") -> typing.Tuple[typing.Any, typing.Any]:

Parameters

Sequence
Pitch
Roll

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.