Scope: Schematic editor
Object: Pin Object
Prerequisites: None
Adds a Label Object to the pin at the specified coordinates.
Pin.AddLabel(ByVal String As String, ByVal X As Long, ByVal Y As Long) As IVdLabel
The text string that defines the label.
X coordinate of the label.
Y coordinate of the label.
As IVdLabel. The Label Object.