Gets and sets the axis name. | |
Syntax: | String =
object.Name object.Name = String |
Description: | CimAxis.Name contains the name of
the axis. This property can have any string value, including an
empty string or a value that is equal to the name of another
axis. Notes 1. If two or more of the same kind of axes (X or Y kind) have the same name, the axis collection's Item method retrieves the first one in the collection when invoked with the name as the argument. 2. When the axis collection's Add method is invoked with the name of an existing axis of the same kind, it returns the existing axis instead of a new axis with the same name, even though axes are allowed to have the same names. |