IPCB_LayerStack

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

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

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

IPCB_Board interface

TDielectricRecord record