Click or drag to resize

TransformerSetRotation Method

Sets the rotation angle of the currently selected transform object with a specified double value

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void SetRotation(
	double aNewAngle
)

Parameters

aNewAngle
Type: SystemDouble
The specified double value for the new rotation angle
See Also