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




The decimal format of the output floating point values. AUTOMATIC determines how many digits are needed to preserve available precision while removing unnecessary trailing zeros. FIXED will write a specific number of digits after the decimal. The default is 3. This can be changed via the digits_after_decimal parameter. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.