www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Overview
The IPCB_LibComponent object represents the PCB library component on the PCBLib panel from a PCB library.
To obtain IPCB_LibComponent objects, you would need to iterate through an open PCB library with the current library document handle which acts as a library container handle. With this handle and the eComponentObject type passed in the Iterator interface, you will obtain handles to IPCB_LibComponents.
Important Notes
The Height property denotes the height value (a non visible value). Can be used for 3D modeling applications.
IPCB_LibComponent Methods
IPCB_LibComponent Properties
Name : TPattern
Height : TCoord
Description : TString
See also
IPCB_Primitive interface