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


IVectorizationBatchProperties2.MaxFindConnectedCellsDiagonal 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.MaxFindConnectedCellsDiagonal Property
ArcGIS Developer Help

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