ESRI.ArcGIS.CoverageTools
sig_digits Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CoverageTools Namespace > VPFTile Class : sig_digits Property




The number of digits the software will use when trying to match node coordinates at tile boundaries. The larger the number, the smaller the search tolerance. The default value is 4. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property sig_digits As Integer
Visual Basic (Usage)Copy Code
Dim instance As VPFTile
Dim value As Integer
 
instance.sig_digits = value
 
value = instance.sig_digits
C# 
public int sig_digits {get; set;}

See Also

© 2010 All Rights Reserved.