Arbortext IsoView > Programmer's Reference > Rotation Functions > Iso3SetRotAngle
  
Iso3SetRotAngle
Sets the rotation angle of the illustration. This angle will rotate all illustrations when they have been opened. Use the rotation angle to rotate illustrations for display.
Introduced with Arbortext IsoView 3.0
Syntax
Iso3SetRotAnglenewValue
Parameters:
newValue
Defines the rotation angle in degrees as double.
document.ivx1.Iso3SetRotAngle(90);

//To apply die rotation angle to the current
//illustration you have the close the file
//and to reopen it:
document.ivx1.Iso3SetRotAngle(90);
document.ivx1.CloseFile();
document.ivx1.Iso3OpenFile("sample.iso");
The rotation angle will be applied to the next illustration that will be opened.
* 
This method should not be used to rotate animated or 3D objects.