Scope: Schematic editor
Object: Component Object
Prerequisites: None
Adds an attribute to the component at the coordinates passed.
Component.AddAttribute(ByVal text As String, ByVal X As Long, ByVal Y As Long, ByVal Visibility As VdVisibilityFlag) As IVdAttr
Attribute string of the form NAME=VALUE.
X coordinate of the attribute.
Y coordinate of the attribute.
The visibility of the attribute in the form VdVisibilityFlag Enum.
As IVdAttr. The newly created Attribute Object.