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




Used when the decimal_format is set to FIXED, this determines how many digits after the decimal are written for the floating point values written to the output file(s). (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.