![]() |
PK_PLINE_array_t |
This structure contains an array of entities of type PK_PLINE_t typedef struct PK_PLINE_array_s { PK_PLINE_t *array; --- array of PolyLINEs int length; --- length of array } PK_PLINE_array_t; It has the fields: 'array': array of entities of type PK_PLINE_t 'length': the number of entities in 'array'