This document is archived and information here might be outdated.  Recommended version.


IActionLookupSupport.ListFields Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionLookupSupport Interface > IActionLookupSupport.ListFields Method
ArcGIS Developer Help

IActionLookupSupport.ListFields Method

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
);
[C++]
Parameters
bstrLookupTableName [in]

bstrLookupTableName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IActionLookupSupport Interface