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


IVectorizationBatchProperties.IntersectionSolution Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IV > IVectorizationBatchProperties Interface > IVectorizationBatchProperties.IntersectionSolution Property
ArcGIS Developer Help

IVectorizationBatchProperties.IntersectionSolution Property

The type of intersection solution to be used.

[Visual Basic .NET]
Public Property IntersectionSolution As esriIntersectionSolutionType
[C#]
public esriIntersectionSolutionType IntersectionSolution {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

This property relates to the Intersection Solution dropdown on the Vectorization Settings dialog.

See Also

IVectorizationBatchProperties Interface