Click or drag to resize

PCBPanel Class

Represents the design of a printed circuit board (PCB). A PCB panel may be comprised of one or more circuits, which in turn are comprised of electronic components.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsPCBPanel

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 PCBPanel

The PCBPanel type exposes the following members.

Constructors
  NameDescription
Public methodPCBPanel
Initializes a new instance of the PCBPanel class
Top
Properties
  NameDescription
Public propertyCircuits
A read-only list of circuits contained within this panel.
Public propertyFeatures
A read-only list of the fiducials and components contained by this panel and/or the circuits associated with the panel.
Public propertyId
A unique identifier for this particular PCB panel (corresponds to the primary key in the FactoryLogix database)
Top
See Also