| SE_columninfo_get_size |
Gets column's ArcSDE column size.
LONG SE_columninfo_get_size (const SE_COLUMNINFO column, LONG *size);
| column | The column entry handle |
| size | Pointer to variable to receive the ArcSDE size of the column |
This function returns the size 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" size of the column.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_COLUMNINFO_OBJECT
SE_SDE_NOT_STARTED