Example: IN_EditOperation

 

/* Paste the object on edit layer 1026 */

if ( ( nError = IN_EditOperation( 1026, IN_EDIT_PASTE, 0, 0, 25000, 25000, 0 ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }