PCBFeature Properties |
The PCBFeature type exposes the following members.
| Name | Description | |
|---|---|---|
| CircuitId |
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).
| |
| FeatureType |
The type of the feature this object represents.
| |
| FootprintName |
The name of the footprint definition associated with this feature.
| |
| Id |
A unique identifier for this particular component (corresponds to the primary key in the FactoryLogix database)
| |
| MountSide |
The side of the PCB with which that this feature/component is associated.
| |
| PartId |
The unique identifier of an internal part number that may correlate to the reference of this feature.
| |
| PartNumber |
The internal part number associated with this feature.
| |
| ReferenceDesignator |
A human readable unique identifier for this component, as assigned by the ECAD designer.
| |
| Rotation |
The counter-clockwise rotation (in degrees) of the feature/component, relative to its footprint definition.
| |
| X |
The X coordinate of the feature/component, relative to its circuit origin.
| |
| Y |
The Y coordinate of the feature/component, relative to its circuit origin.
|