When working with User Coordinate System display of square of an icon can be put ON or OFF using ____________

When working with User Coordinate System display of square of an icon can be put ON or OFF using ____________ Correct Answer UCSICON command

When working with User Coordinate System, square of an icon is not displayed. It can be put ON or OFF using UCSICON command. That command further prompts for options.

Related Questions

What happens if the following program is compiled and executed? interface MyInterface{ void display(); } interface MySubInterface extends MyInterface{ void display(); } public class Test implements MySubInterface{ public void display(){ System.out.print("Welcome to Examveda."); } public static void main(String args[]){ Test t = new Test(); t.display(); } }
Rohan put 9 cards on a table, some face up and the rest face down. How many were put face down? A. Rohan put an even number of the cards face up. B. Rohan put twice as many of the cards face up as he put face down. Select the correct answer from the options given below: