ILineSpecifics Class

Only Lines have this combination of specifics.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class ILineSpecifics : IObjectSpecifics
Inheritance
Object    IObjectSpecifics    ILineSpecifics

Constructors

ILineSpecificsInitializes a new instance of the ILineSpecifics class

Fields

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 Is the object a cut out?
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).

Extension Methods

See Also