MapWinGeoProc:Utils PartBounds
From MapWindow GIS
PartBounds
Summary
A short structure with an integer of a part index and the first and last point in a shape.
The values are inclusive, so both begPoint and endPoint are in the part.
Members
| int PartIndex | The integer index value indicating the part in a multi-part polygon. |
| int begPoint | The first point in the polygon that is inside the part |
| int endPoint | The first point in the polygon that is inside the part |
















