IArcSpecifics Class

Only Arcs have this combination of specifics.

Definition

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

Constructors

IArcSpecificsInitializes a new instance of the IArcSpecifics class

Fields

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