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