This document is archived and information here might be outdated.  Recommended version.


ITerrainAsciiDataImporter2.DecimalPointType Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainAsciiDataImporter2.DecimalPointType Property

ASCII data decimal point type.

[Visual Basic .NET]
Public Property DecimalPointType As esriTerrainDecimalSeparatorType
[C#]
public esriTerrainDecimalSeparatorType DecimalPointType {get; set;}
[C++]
HRESULT get_DecimalPointType(
  esriTerrainDecimalSeparatorType pType
);
[C++]
HRESULT put_DecimalPointType(
  esriTerrainDecimalSeparatorType* pType
);
[C++]

Parameters pType [in]
pType is a parameter of type esriTerrainDecimalSeparatorType pType [out, retval]
pType is a parameter of type esriTerrainDecimalSeparatorType*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Specifies whether the symbol used to mark the boundary between the integer and the fractional parts of a decimal numeral is a point or a comma. The default is point.

See Also

ITerrainAsciiDataImporter2 Interface