Scope: Schematic editor
Object: Component Object
Prerequisites: None
Adds a label to the component at the coordinates passed.
Component.AddLabel(ByVal text As String, ByVal X As Long, ByVal Y As Long) As IVdLabel
This argument specifies the text contents of the label.
X coordinate of the label.
Y coordinate of the label.
As IVdLabel. The newly created Label Object.