AddLabel Method (Component Object)

Scope: Schematic editor

Object: Component Object

Prerequisites: None

Adds a label to the component at the coordinates passed.

Usage

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

Arguments

text

This argument specifies the text contents of the label.

X

X coordinate of the label.

Y

Y coordinate of the label.

Return Values

As IVdLabel. The newly created Label Object.