Example: IN_ShowBoundingBox

 

/* Display the Bounding Box in the active document */

if ( ( nError = IN_ShowBoundingBox( 0, 1 ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }