TRec |
Top Previous Next |
This is each record in the TGISarray:
TRec = record Attr: array of Variant (array of Object in .NET version) Coord: array of TFloatPointArray end
Attr is the attribute information for the object. Length of array is the same as that of Field.
Coord is the lists of coordinates making up the object. Multiple lists are required for regions with holes for instance. See AddSection for details.
|