ArcObjects Library Reference (Framework)  

INumberDialog.Value Property

The number value entered in the dialog.

[Visual Basic .NET]
Public ReadOnly Property Value As Double
[C#]
public double Value {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The Value property allows you to get the number that was entered in the dialog.

See Also

INumberDialog Interface