Description
Gets or sets the per-batch rotation angle, in radians, which is applied to each marker in the batch.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Rotation() As Double
|
| [C#] |
|---|
public double Rotation {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Rotation(); public: __property void set_Rotation(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Rotation(
double * pRetVal
);
public: HRESULT put_Rotation(
double Rotation
);
|
| [Java] |
|---|
public double getRotation();
public void setRotation(
double
);
|
Remarks
See Also