IComponentSpecifics Class

Only Components have this combination of specifics.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class IComponentSpecifics : IObjectSpecifics
Inheritance
Object    IObjectSpecifics    IComponentSpecifics

Constructors

IComponentSpecificsInitializes a new instance of the IComponentSpecifics class

Properties

PlacedTop Is the component on the top side of the board?

Fields

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.
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).

Extension Methods

See Also