SE_columninfo_get_size

Gets column's ArcSDE column size.

Usage syntax

LONG SE_columninfo_get_size (const SE_COLUMNINFO column, LONG *size);

Parameters
column The column entry handle
size Pointer to variable to receive the ArcSDE size of the column
Description

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.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_COLUMNINFO_OBJECT

SE_SDE_NOT_STARTED