AddLabel Method (Pin Object)

Scope: Schematic editor

Object: Pin Object

Prerequisites: None

Adds a Label Object to the pin at the specified coordinates.

Usage

Pin.AddLabel(ByVal String As String, ByVal X As Long, ByVal Y As Long) As IVdLabel

Arguments

String

The text string that defines the label.

X

X coordinate of the label.

Y

Y coordinate of the label.

Return Values

As IVdLabel. The Label Object.