Defines how shapes will be evaluated when moving to the next record when enumerating through a shapefile.
Intersects (the default) evaluates shapes that intersect with the Extent of the ShapeFileEnumerator.Contains
evaluates shapes that fit entirely within the Extent of the ShapeFileEnumerator.
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration IntersectionType |
| C# |
|---|
public enum IntersectionType |
| Visual C++ |
|---|
public enum class IntersectionType |
Members
See Also