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 AgVariant getRoll();
public void setRoll(
    AgVariant
);
[Python - STK API ]
@property
def Roll(self) -> typing.Any:

@Roll.setter
def Roll(self, vRoll:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.