Scope: Schematic editor
Object: Net Object
Prerequisites: None
Adds an Attribute Object to the net on the specified segment at the coordinates passed.
Net.AddAttribute(ByVal Segment As IVdSegment, ByVal String As String, ByVal X As Long, ByVal Y As Long, ByVal Visibility As VdVisibilityFlag) As IVdAttr
Segment Object with which the attribute is associated.
Attribute string of the form NAME=VALUE.
X coordinate of the attribute.
Y coordinate of the attribute.
Specifies the visibility of the attribute in the form VdVisibilityFlag Enum.
As IVdAttr. The Attribute Object.