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 [out, retval]pType is a parameter of type esriTerrainDecimalSeparatorType
pType [in]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.