CalibrationDataSetRotationScale Method |
Sets the rotation scale.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetRotationScale(
int rotationScale
)
Public Sub SetRotationScale (
rotationScale As Integer
)
public:
void SetRotationScale(
int rotationScale
)
member SetRotationScale :
rotationScale : int -> unit
Parameters
- rotationScale
- Type: SystemInt32
The rotation scale.
See Also