STK Graphics PrimitivesSend comments on this topic.
Angle Property (IAgStkGraphicsRotateFilter)
See Also
Windows





Windows & Linux

Description

Gets or sets the counterclockwise rotation angle.

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 Angle
);
[Java]
public double getAngle();
public void setAngle(
    double
);
[Python - STK API ]
@property
def Angle(self) -> float:

@Angle.setter
def Angle(self, Angle:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.