ArcObjects Library Reference (Framework)  

INumberDialog Interface

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

Product Availability

Available with ArcGIS Desktop.

Members

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

CoClasses that implement INumberDialog

CoClasses and 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 (Code Files: AngleAngleCstr)