AGI STK Util 11 Send comments on this topic.
Roll Property (IAgDirectionPR)
See Also 





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 * pRetVal
);
public: HRESULT put_Roll(
VARIANT NewRoll
);

[Java]
public Variant getRoll();public void setRoll(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1