InterfaceArcSpecifics Interface

Only Arcs have this combination of specifics.

Definition

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

Properties

Center The center of the arc.
ClockWise The direction of the arc.
Diameter The diameter of the arc (2 x distance center to start).
End The endpoint of the arc.
ODBSymbol_String This string include all relevant information to create the object (values in mils).
PenWidth Width of the pen (thickness of arc).
Positive Is the object a cut out?
ShapeIndex The explicit shape index in the symbol defenition.
Start The startpoint of the arc.
Type The type gives information over the geometry (rect, oval etc).

See Also