This document is archived and information here might be outdated.  Recommended version.


esriIntersectionSolutionType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Constants > E > esriIntersectionSolutionType Constants
ArcGIS Developer Help

esriIntersectionSolutionType Constants

The type of intersection solution.

Constant Value Description
esriNoIntersectionSolution 0 A geometrical intersection type.
esriGeometricalIntersectionSolution 1 A geometrical intersection type.
esriMedianIntersectionSolution 2 A Median intersection type.

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

Sets the intersection processing method used during vectorization (Generate Features and the Vectorize Area Tool). Set the method to the appropriate document type as described below to help accurately create features. This setting is not used during raster tracing.

Geometrical: Use with engineering drawings, street maps, and other documents that have right angles and straight lines.

Median: Use with natural resource maps such as rivers, soils, vegetation and other documents that have few right angles and straight lines.

None: Use with contour maps and other documents that usually have non intersecting raster features. Any intersects detected will be vectorized as polygon features to help the QA process.