IComponentSpecificsD Class

Only Components have this combination of specifics.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class IComponentSpecificsD : IObjectSpecificsD, 
	InterfaceComponentSpecificsD, InterfaceObjectSpecificsD
Inheritance
Object    IObjectSpecificsD    IComponentSpecificsD
Implements
InterfaceComponentSpecificsD, InterfaceObjectSpecificsD

Constructors

IComponentSpecificsDInitializes a new instance of the IComponentSpecificsD class

Properties

Attributes All relecant attributes as string.
Height the componentheight in mils
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?
Positive Can be used for tagging any information to this object (Clone only copies the reference)
(Inherited from IObjectSpecificsD)
Properties The ODB++ Properties: key = name of property value = value of property
Reference The unique name of the component.
Rotation Rotation of component.
Value The component value (the dame like the attribute value).

Methods

Clone Clone this object with all members and properties.
(Overrides IObjectSpecificsDClone)

Fields

Tag Tag to add temporary object.
(Inherited from IObjectSpecificsD)

Extension Methods

See Also