UF_UI_write_listing_window( "art name is " );
UF_UI_write_listing_window( PartName );
UF_UI_write_listing_window( "\nInstance name is " );
UF_UI_write_listing_window( InstanceName );
tag_t ProtoTypeTag =
UF_ASSEM_ask_prototype_of_occ ( ChildPartOccs );
sprintf( Buf, "\t The Proto type tag is %d", ProtoTypeTag);
UF_UI_write_listing_window( Buf );
sprintf( Buf, "\t The occ tag is %d \n", ChildPartOccs);
UF_UI_write_listing_window( Buf );
UF_UI_write_listing_window( "\n" );