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


ITerrainAsciiDataImporter2.DecimalPointType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainAsciiDataImporter2 Interface > ITerrainAsciiDataImporter2.DecimalPointType Property
ArcGIS Developer Help

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