| SE_columninfo_get_decimal_digits |
Gets the number of decimal places for a column.
LONG SE_columninfo_get_decimal_digits (const SE_COLUMNINFO column, LONG *decimal_digits);
| column | The column entry handle |
| decimal_digits | The number of decimal places, 0 if not applicable |
This function returns the SDE-declared number of decimal places for this column, 0 if this type of column doesn't have decimal places.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_COLUMNINFO_OBJECT
SE_SDE_NOT_STARTED