InterfaceNetObjectGetLabel Method

Searches for the relevant string on the component. GeometryLabel is the same like PinNumber of IPin. ComponentLabel comes from toeprint record name.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
string GetLabel(
	INetObjectPinLabelTyp Label
)

Parameters

Label  INetObjectPinLabelTyp
Typ of the information.

Return Value

String
The name/label of the component.

See Also