ESRI.ArcGIS.ADF.Web.UI.WebControls
SignificantDigits Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GoToLocation Class : SignificantDigits Property




Property to define number of decimals to be shown.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResDescriptionAttribute("Controls the number of digits after the decimal separator.")>
<ResCategoryAttribute("Go To Location Control")>
<DefaultValueAttribute()>
Public Property SignificantDigits As Integer
Visual Basic (Usage)Copy Code
Dim instance As GoToLocation
Dim value As Integer
 
instance.SignificantDigits = value
 
value = instance.SignificantDigits
C# 
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResDescriptionAttribute("Controls the number of digits after the decimal separator.")]
[ResCategoryAttribute("Go To Location Control")]
[DefaultValueAttribute()]
public int SignificantDigits {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.