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
Public Enumeration IntersectionType
C#
public enum IntersectionType
Visual C++
public enum class IntersectionType
JavaScript
EGIS.ShapeFileLib.IntersectionType = function();
EGIS.ShapeFileLib.IntersectionType.createEnum('EGIS.ShapeFileLib.IntersectionType', false);

Members

Member nameDescription
Intersects
Contains

See Also