This document is archived and information here might be outdated. Recommended version. |
Retrieve list of data values from lookup table.
[Visual Basic .NET] Public Function ListDataValues ( _ ByVal bstrLookupTableName As String, _ ByVal bstrFieldName As String, _ ByRef peFieldType As esriFieldType _ ) As System.Collections.IEnumerator
[C#] public System.Collections.IEnumerator ListDataValues ( string bstrLookupTableName, string bstrFieldName, ref esriFieldType peFieldType );
[C++]
HRESULT ListDataValues(
BSTR bstrLookupTableName,
BSTR bstrFieldName,
esriFieldType* peFieldType
);
[C++]
Parameters bstrLookupTableName [in]
bstrLookupTableName is a parameter of type BSTR bstrFieldName [in]
bstrFieldName is a parameter of type BSTR peFieldType [out]
peFieldType is a parameter of type esriFieldType*