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


INumberDialog Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IN > INumberDialog Interface
ArcGIS Developer Help

INumberDialog Interface

Provides access to members that work with a dialog for getting a number.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method DoModal Shows the dialog.
Read-only property Value The number value entered in the dialog.

Classes that implement INumberDialog

Classes Description
NumberDialog A dialog used for getting a number.

Remarks

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.

 

[C#]

The following code shows how to get a reference to INumberDialog interface. 

  INumberDialog numberDlg = new NumberDialogClass();
[Visual Basic .NET]

The following code shows how to get a reference to INumberDialog interface. 

  Dim numberDlg As INumberDialog = New NumberDialogClass

See Also

ICoordinateDialog Interface | CoordinateDialog Class

.NET Samples

Angle Angle shape constructor