ILineSpecificsD Class

Only Lines have this combination of specifics.

Definition

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

Constructors

ILineSpecificsDInitializes a new instance of the ILineSpecificsD class
ILineSpecificsD(ILineEdge, Int32)Initializes a new instance of the ILineSpecificsD class

Properties

DCode Gerber dcode number or Excellon tool number (0 if not defined).
Diameter The thinness of the line.
End The endpoint of the line.
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)
ShapeIndex The explicit shape index in the symbol defenition.
Start The startpoint of the line.
Type The type gives information over the geometry (rect, oval etc).

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