InterfacePadSpecifics Interface

Only Pads have this combination of specifics.

Definition

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

Properties

Diameter The diameter of the Pad.
Location The orgin of the Pad.
MirrorX Mirror the pad in X-Direction.
ODBSymbol_String This string include all relevant information to create the object.
Positive Is the object a cut out?
Rotation Rotate the pad in degrees.
ShapeIndex The explicit shape index in the symbol defenition.
Type The type gives information over the geometry (rect, oval etc).

See Also