www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Overview
The IPCB_LayerStack interface represents the layer stack for the current PCB document. This interface is a property in the IPCB_Board interface.
Important Notes
Each layer can be represented as a IPCB_LayerObject, IPCB_InternalPlane, IPCB_DrillLayerPair or IPCB_MechanicalLayerPairs.
IPCB_LayerStack Methods
Function FirstLayer : IPCB_LayerObject;
Function NextLayer (L : IPCB_LayerObject) : IPCB_LayerObject;
Function PreviousLayer (L : IPCB_LayerObject) : IPCB_LayerObject;
Function LastLayer : IPCB_LayerObject;
Procedure InsertLayer (L : TLayer);
Function LastInternalPlane : IPCB_InternalPlane;
Function FirstAvailableSignalLayer : IPCB_LayerObject;
Function FirstAvailableInternalPlane : IPCB_InternalPlane;
Function SignalLayerCount : Integer;
IPCB_LayerStack Properties
Property Board : IPCB_Board
Property LayerObject [L : TLayer] : IPCB_LayerObject
Property DielectricTop : TDielectricRecord
Property DielectricBottom : TDielectricRecord
Property ShowDielectricTop : Boolean
Property ShowDielectricBottom : Boolean
See also
IPCB_LayerObject interface
IPCB_InternalPlane interface
TDielectricRecord record