IPadSpecificsD Class

Only Pads have this combination of specifics.

Definition

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

Constructors

IPadSpecificsDInitializes a new instance of the IPadSpecificsD class

Properties

DCode Gerber dcode number or Excellon tool number (0 if not defined).
Diameter The diameter of the Pad.
Location Position of the pad, this is normaly the center point of a pad. But depending on the pad definition can the loaction on any point in or outside of the pad.
MirrorX Mirror the pad in X-Direction.
ODBSymbol_String This string include all relevant information to create the object.
Positive Can be used for tagging any information to this object (Clone only copies the reference)
(Inherited from IObjectSpecificsD)
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).

Methods

Clone Clone all property values and give a new IPadSpecificsD back.
(Overrides IObjectSpecificsDClone)

Fields

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

Extension Methods

See Also