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


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

IVectorizationProperties.SelectForeground Property

Indicates whether to select foreground or background connected cells.

[Visual Basic .NET]
Public Property SelectForeground As Boolean
[C#]
public bool SelectForeground {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

This property relates to the Interactive Selection Target menu under the Cell Selection menu on the ArcScan toolbar.

Remarks

If set to true, foreground value connected cells will be selected by the Select Connected Cells tool.

See Also

IVectorizationProperties Interface