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


IConnectedCells Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IC > IConnectedCells Interface
ArcGIS Developer Help

IConnectedCells Interface

Provides access to members that locate connected cells.

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Members

Name Description
Read-only property IsForeground Indicates if the position is foreground or background.
Method Locate Generates the envelopes that represent all connected cells that are at the search shape (see esriSpatialRelEnum for spatialRelMethod.
Method LocateByArea Generates the envelopes that represent all connected cells that meet the area criteria.
Method LocateByDiagonalOfEnvelope Generates the rectangles that represent all connected cells that meet the diagonal of envelope criteria.
Method QueryArea Generates the area of the connected cells at the given point.
Method QueryDiagonalOfEnvelope Generates the value of the diagonal of the envelope of the connected cells at the given point.

Classes that implement IConnectedCells

Classes Description
Vectorization The Vectorization ArcMap Extension.