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


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

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