Example: IN_SetView3dMode

 

/* Display the document in the active window in 3D Model mode */

if ( ( nError = IN_SetView3dMode( 0, IN_3DVIEWMODE_MODEL ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }