Scope: Schematic editor
Object: ComponentPin Object
Prerequisites: None
Adds an attribute to the component pin at the coordinates passed.
ComponentPin.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 attribute.
Y coordinate of attribute.
This argument specifies the visibility of the attribute in the form VdVisibilityFlag Enum.
As IVdAttr. The newly created Attribute Object.