AGI STK Graphics 11 Send comments on this topic.
Angle Property (IAgStkGraphicsRotateFilter)
See Also 
Windows






Windows & Linux

Description

Gets or sets the counterclockwise rotation angle measured in radians.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Angle() As Double

[C#]
public double Angle {get; set;}

[Managed C++]
public: __property double get_Angle();
public: __property void set_Angle(
double
);

[Unmanaged C++]
public: HRESULT get_Angle(
double * pRetVal
);
public: HRESULT put_Angle(
double NewAngle
);

[Java]
public double getAngle();public void setAngle(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface