/* Set the 3D image in the active document window to rotate 30 degrees */
if ( ( nError = IN_SetStepRotateAngle( 0, 30, IN_UNITS_DEG ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}