InterfaceLineSpecificsD 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 InterfaceLineSpecificsD : InterfaceObjectSpecificsD
Implements
InterfaceObjectSpecificsD

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?
(Inherited from InterfaceObjectSpecificsD)
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.
(Inherited from InterfaceObjectSpecificsD)

See Also