ESRI.ArcGIS.Mobile
SignificantDigits Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Sketch Namespace > SnappingEnvironment Class : SignificantDigits Property

Gets or sets the significant digits used to represent the segment length.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("Number of significant digits to represent the segment length.")>
Public Property SignificantDigits As Integer
C# 
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Number of significant digits to represent the segment length.")]
public int SignificantDigits {get; set;}

Requirements

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