ArcObjects Library Reference (ArcScan)  

IVectorizationBatchProperties2.MaxFindConnectedCellsDiagonal Property

Maximum diagonal for the 'find connected cells' tool.

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

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

This property defines the maximum area that can be found using Find Diagonal of the Envelope of Connected Cells tool on the Vectorization toolbar.

The value is in pixels.

See Also

IVectorizationBatchProperties2 Interface