STK UtilSend 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 _
) As 
[C#]
public void AssignPR(
    System.Object Pitch,
    System.Object Roll
);
[Managed C++]
public: void AssignPR(
    VARIANT Pitch,
    VARIANT Roll
);
[Java]
public void assignPR(
    VARIANT Pitch,
    VARIANT Roll
);
[Unmanaged C++]
public: HRESULT AssignPR(
    VARIANT Pitch,
    VARIANT Roll
);

Parameters

Pitch
Roll

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.