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




Separator symbol used in ASCII files. The default is decimal point. Allows user to declare if decimal symbol used in file(s) is a point or comma. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.