Name Property (Attribute Object)

Scope: Schematic editor

Object: Attribute Object

Access: Read-Only

Prerequisites: None

Returns the name of the attribute.

Usage

Attribute.Name

Arguments

None

Return Values

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.

Examples

attr.Name = "REFDES" 
MsgBox attr.Name