Click or drag to resize

PCBCircuit Properties

The PCBCircuit type exposes the following members.

Properties
  NameDescription
Public propertyCircuitId
A unique identifier defining the unique circuit definition associated with this circuit instance.
Public propertyCircuitOrder
An integer representing the sequence of this circuit instance within the panel.
Public propertyId
A unique identifier for this particular circuit instance (corresponds to the primary key in the FactoryLogix database)
Public propertyIsFlippedX
Whether or not this circuit instance is flipped (in X axis) relative to its normal position.
Public propertyIsFlippedY
Whether or not this circuit instance is flipped (in Y axis) relative to its normal position.
Public propertyIsRoot
A boolean value indicated whether or not this circuit instance is the reference (datum or (0,0)) instance.
Public propertyRotation
The counter-clockwise rotation (in degrees) of the circuit instance.
Public propertyX
The X coordinate of the circuit instance, relative to panel origin.
Public propertyXIndex
For matrix type panels, an integer represent this circuit instance's X position within the matrix.
Public propertyY
The Y coordinate of the circuit instance, relative to panel origin.
Public propertyYIndex
For matrix type panels, an integer represent this circuit instance's Y position within the matrix.
Top
See Also