Gets a ShapeFileEnumerator, which can be used to enumerate over all of the records in the ShapeFile, intersecting with a given bounds

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Function GetShapeFileEnumerator ( _
	extents As RectangleD _
) As ShapeFileEnumerator
C#
public ShapeFileEnumerator GetShapeFileEnumerator(
	RectangleD extents
)
Visual C++
public:
ShapeFileEnumerator^ GetShapeFileEnumerator(
	RectangleD extents
)
JavaScript
function getShapeFileEnumerator(extents);

Parameters

extents
Type: EGIS.ShapeFileLib..::..RectangleD
extents defines the area that returned shapes must intersect with.If this is RectangleF.Empty then no recrods will be returned

Return Value

See Also