ArcObjects Library Reference (ArcScan)  

IVectorization.SettingsDialog Property

The settings dialog.

[Visual Basic .NET]
Public ReadOnly Property SettingsDialog As IVectorizationSettingsDialog
[C#]
public IVectorizationSettingsDialog SettingsDialog {get;}

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Description

This gets the Vectorization Settings modeless dialog.

You will need to create and show this dialog once referenced or alternativley just execute the command from the toolbar.

See Also

IVectorization Interface