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




The precision of the contour field. Zero specifies an integer, and the numbers 1–9 indicate how many decimal places the field will contain. By default, the field will be an integer (0). (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.