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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1