Description
A read/write property used to associate a name with the overlay object.
-
Property type
-
A String value.
-
Syntax
-
object.Name [= value]
The Name Property syntax has these parts: |
| object | An expression evaluating to an object of type McGraphOverlay. | | value | A String value. | Remarks
This user defined name is useful to distinguish overlays from each other.
If the name has not been assigned, and the interface has a backing McObject, then the name of that object will be returned as the Name property of the backing McObject.
|