Declaration
TIEVObjectKind = (iekNONE, iekLINE, iekBOX, iekELLIPSE, iekARC, iekBITMAP, iekTEXT, iekRULER, iekPOLYLINE, iekANGLE, iekMEMO, iekLINELABEL);
Description
Specifies the object type.
| Value | Description |
| iekLINE | Line object |
| iekBOX | Box object |
| iekELLIPSE | Ellipse object |
| iekARC | Arc object (only to read DXF) |
| iekBITMAP | Bitmap object |
| iekTEXT | Text object |
| iekRULER | Ruler object |
| iekPOLYLINE | Poly line (open polygon), also good for free hand painting |
| iekANGLE | Angle measurement object |
| iekMEMO | Multiline text object |
| iekLINELABEL | Line object with a text associated |
Transition Information