SE_columninfo_get_type

Gets column's ArcSDE column type.

Usage syntax

LONG SE_columninfo_get_type (const SE_COLUMNINFO column, LONG *type);

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

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.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_COLUMNINFO_OBJECT

SE_SDE_NOT_STARTED