Scope: Schematic editor
Object: Pin Object
Prerequisites: None
Adds an unattached attribute to the pin.
Pin.AddAttribute(ByVal String As String, ByVal X As Long, ByVal Y As Long, ByVal Visibility As VdVisibilityFlag) As IVdAttr
String in the form NAME=VALUE.
The X coordinate of the attribute.
The Y coordinate of the attribute.
The visibility of the attribute in the form VdVisibilityFlag Enum.
As IVdAttr. The newly added Attribute Object.