ArcObjects Library Reference (ArcScan)  

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