This document is archived and information here might be outdated. Recommended version. |
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*
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.