Setting MovieClip dimensions

There is an aspect of setting a MovieClip’s dimensions that I don’t understand. If I have an empty MovieClip and I say myMC.width = 100, what really happens?

If I subsequently query that MovieClip for its width, will it report 100? regardless of what is (or isn’t) in it?

Thanks.