Gets a ShapeFileEnumerator, which can be used to enumerate over all of the records in the ShapeFile, intersecting or contained within a given bounds
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
JavaScript |
---|
function getShapeFileEnumerator(extent, intersectionType); |
Parameters
- extent
- Type: System.Drawing..::..RectangleF
Defines the area that returned shapes must intersect with or be contained by. If this is RectangleF.Empty then no recrods will be returned
- intersectionType
- Type: EGIS.ShapeFileLib..::..ShapeFileEnumerator..::..IntersectionType
Indicates whether shapes must intersect with or be contained by extent
Return Value
See Also