InterfaceLineSpecifics Interface

Only Lines have this combination of specifics.

Definition

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

Properties

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).

See Also