Click or drag to resize

PCBPanelItem Class

A specific type of Item representing a specific instance of a panelized printed circuit board (PCB) panel, comprised of multiple circuits in a matrix configuration.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsItem
    FactoryLogix.xTend.DataObjectsPCBPanelItem

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class PCBPanelItem : Item

The PCBPanelItem type exposes the following members.

Constructors
  NameDescription
Public methodPCBPanelItem
Initializes a new instance of the PCBPanelItem class
Top
Properties
  NameDescription
Public propertyCircuits
A list of the PCBCircuitItems contained within this panel.
Top
See Also