Gets a ShapeFileEnumerator, which can be used to enumerate over all of the records in the ShapeFile, intersecting with a given bounds
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetShapeFileEnumerator ( _ extents As RectangleF _ ) As ShapeFileEnumerator |
| C# |
|---|
public ShapeFileEnumerator GetShapeFileEnumerator( RectangleF extents ) |
| Visual C++ |
|---|
public: ShapeFileEnumerator^ GetShapeFileEnumerator( RectangleF extents ) |
Parameters
- extents
- Type: System.Drawing..::.RectangleF
extents defines the area that returned shapes must intersect with.If this is RectangleF.Empty then no recrods will be returned