Description
The angle representing the amount of rotation of the marker. Uses Angle Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Angle() As System.Object
|
| [C#] |
|---|
public System.Object Angle {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Angle(); public: __property void set_Angle(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Angle(
VARIANT * pAngle
);
public: HRESULT put_Angle(
VARIANT pAngle
);
|
| [Java] |
|---|
public AgVariant getAngle();
public void setAngle(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def Angle(self) -> typing.Any:
@Angle.setter
def Angle(self, pAngle:typing.Any) -> None:
|
See Also