Example: IN_SetDisplayLayer

 

/* Hide layer 1026 in the active document window */

if ( ( nError = IN_SetDisplayLayer( 0, 1026, 0 ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }