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


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

IVectorizationBatchProperties2.MaxFindConnectedCellsArea Property

Maximum area for the 'find connected cells' tool.

[Visual Basic .NET]
Public Property MaxFindConnectedCellsArea As Double
[C#]
public double MaxFindConnectedCellsArea {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property defines the maximum area that can be found using Find Connected Cell Area tool on the Vectorization toolbar.

The value is in pixels.

See Also

IVectorizationBatchProperties2 Interface