InterfaceComponentSpecifics Interface

Only Components have this combination of specifics.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface InterfaceComponentSpecifics : InterfaceObjectSpecifics
Implements
InterfaceObjectSpecifics

Properties

Attributes All relecant attributes as string.
Height the componentheight
InsertPoint The insert point on the layer in mils.
Location The position on the layer in mils.
MirrorX Mirror the component in X direction.
MirrorY Mirror the component in Y direction.
PartName The name of the component.
PlacedTop Is the component on the top side of the board?
Properties The ODB++ Properties: key = name of property value = value of property
Reference The unique name of the component.
Value The component value (the dame like the attribute value).

See Also