Click or drag to resize

PCBFeature Properties

The PCBFeature type exposes the following members.

Properties
  NameDescription
Public propertyCircuitId
A unique identifier designating which PCB circuit on the panel this component belongs to. If this feature is associated directly to the PCB panel, then the CircuitId will be 0 (Guid.Empty).
Public propertyFeatureType
The type of the feature this object represents.
Public propertyFootprintName
The name of the footprint definition associated with this feature.
Public propertyId
A unique identifier for this particular component (corresponds to the primary key in the FactoryLogix database)
Public propertyMountSide
The side of the PCB with which that this feature/component is associated.
Public propertyPartId
The unique identifier of an internal part number that may correlate to the reference of this feature.
Public propertyPartNumber
The internal part number associated with this feature.
Public propertyReferenceDesignator
A human readable unique identifier for this component, as assigned by the ECAD designer.
Public propertyRotation
The counter-clockwise rotation (in degrees) of the feature/component, relative to its footprint definition.
Public propertyX
The X coordinate of the feature/component, relative to its circuit origin.
Public propertyY
The Y coordinate of the feature/component, relative to its circuit origin.
Top
See Also