| SE_columninfo_get_type |
Gets column's ArcSDE column type.
LONG SE_columninfo_get_type (const SE_COLUMNINFO column, LONG *type);
| column | The column entry handle |
| type | Pointer to variable to receive the ArcSDE type of the column |
This function returns the type of the column as specified to ArcSDE at column creation time, or, if the column was created outside of ArcSDE and not altered within ArcSDE, ArcSDE's best guess at the "proper" type of the column.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_COLUMNINFO_OBJECT
SE_SDE_NOT_STARTED