InterfaceComponentSpecifics Interface
Only Components have this combination of specifics.
Namespace: PCBI.Automation.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public interface InterfaceComponentSpecifics : InterfaceObjectSpecifics
Public Interface InterfaceComponentSpecifics
Inherits InterfaceObjectSpecifics
public interface class InterfaceComponentSpecifics : InterfaceObjectSpecifics
type InterfaceComponentSpecifics =
interface
interface InterfaceObjectSpecifics
end
- Implements
- InterfaceObjectSpecifics
| 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).
|