This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IN > INumberDialog Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that work with a dialog for getting a number.
CoClasses and Classes | Description |
---|---|
NumberDialog | A dialog used for getting a number. |
The number dialog is a dialog used for getting user input in the form of a number.
To get access to the INumberDialog interface you would create a new NumberDialog object.
The following code shows how to get a reference to INumberDialog interface.
INumberDialog numberDlg=new NumberDialogClass();
The following code shows how to get a reference to INumberDialog interface.
Dim numberDlg As INumberDialog=New NumberDialogClass
ICoordinateDialog Interface | CoordinateDialog Class