IArcSpecifics Class
Only Arcs have this combination of specifics.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public class IArcSpecifics : IObjectSpecifics
Public Class IArcSpecifics
Inherits IObjectSpecifics
public ref class IArcSpecifics : public IObjectSpecifics
type IArcSpecifics =
class
inherit IObjectSpecifics
end
- Inheritance
- Object IObjectSpecifics IArcSpecifics
| IArcSpecifics | Initializes a new instance of the IArcSpecifics class |
| 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).
|