ArcObjects Library Reference (ArcScan)  

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