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


IVectorizationSettingsDialog.OnCreate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IV > IVectorizationSettingsDialog Interface > IVectorizationSettingsDialog.OnCreate Method
ArcGIS Developer Help

IVectorizationSettingsDialog.OnCreate Method

Called to initialize the dialog.

[Visual Basic .NET]
Public Sub OnCreate ( _
    ByVal hook As Object _
)
[C#]
public void OnCreate (
    object hook
);

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

See Also

IVectorizationSettingsDialog Interface