This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionLookupSupport Interface > IActionLookupSupport.ListFields Method (ArcObjects .NET 10.4 SDK) |
Retrieve list of field names from lookup table.
[Visual Basic .NET] Public Function ListFields ( _ ByVal bstrLookupTableName As String _ ) As IEnumBSTR
[C#] public IEnumBSTR ListFields ( string bstrLookupTableName );
[C++]
HRESULT ListFields(
BSTR bstrLookupTableName,
IEnumBSTR** ppiFieldNames
);
[C++]
Parameters bstrLookupTableName [in] bstrLookupTableName is a parameter of type BSTR ppiFieldNames [out, retval]
ppiFieldNames is a parameter of type IEnumBSTR