STK UtilSend comments on this topic.
Roll Property (IAgDirectionPR)
See Also
Windows






Windows & Linux

Description

Roll angle. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Roll() As System.Object
[C#]
public System.Object Roll {get; set;}
[Managed C++]
public: __property VARIANT get_Roll();
public: __property void set_Roll( VARIANT );
[Unmanaged C++]
public: HRESULT get_Roll(
    VARIANT * pVal
);
public: HRESULT put_Roll(
    VARIANT vRoll
);
[Java]
public VARIANT getRoll();
public void setRoll(
    VARIANT
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.