ESRI.ArcGIS.ADF.Web.UI.WebControls
NumberOfDecimals Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapIdentify Class : NumberOfDecimals Property




Number of decimals

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<ResDescriptionAttribute("The number of decimal places in the numbers displayed")>
<ResCategoryAttribute("Identify Tool")>
Public Property NumberOfDecimals As Integer
Visual Basic (Usage)Copy Code
Dim instance As MapIdentify
Dim value As Integer
 
instance.NumberOfDecimals = value
 
value = instance.NumberOfDecimals
C# 
[PersistenceModeAttribute()]
[ResDescriptionAttribute("The number of decimal places in the numbers displayed")]
[ResCategoryAttribute("Identify Tool")]
public int NumberOfDecimals {get; set;}

See Also

© 2010 All Rights Reserved.