What does the Solo switch do?
What will be an ideal response?
The Solo switch isolates the layer or layers, making other layers inactive. Soloing
layers can speed animating, previewing, and rendering, as well as make it easier
to focus on particular layers.
You might also like to view...
If you had a class Surgery, and you were going to derive a new class BrainSurgery, but you wanted all of the Surgery’s members in BrainSurgery to be private, how would you accomplish this task?
A Make all the Surgery members private, then use class BrainSurgery : public Surgery. B. This is not possible in C++. C. You would need to write a brand new class and copy the Surgery code into it. D. Use the private base class specifier, class BrainSurgery : private Surgery.
What systems can use the arping command? (Select all that apply.)
A. Windows B. Mac OS X C. Linux D. UNIX E. B, C, and D