Scope: Schematic editor
Object: Attribute Object
Access: Read-Only
Prerequisites: None
Returns the name of the attribute.
Attribute.Name
None
String. The string that contains the name of this attribute in the form NAME=VALUE.
The Name property specifies the NAME portion, while the Value Property (Attribute Object) specifies the VALUE portion.
attr.Name = "REFDES"
MsgBox attr.Name