Returns the name of an object, such as the application, document, block, layer, view.
Syntax
stringVariable = object.Name
Where:
stringVariable is a variable for storing the Name property.
object is an Application, Block, Document, DimStyle, Layer, Linetype, SelectionSet, TextStyle, UserCoordSystem, View, or Viewport object.
Examples ...