/* Move vector object lVectorID on layer 1026 one inch to the right and one inch up */
if ( ( nError = IN_MoveVectorObject( 1026, lVectorID, 1, 1, 0, 1 ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );