ArcObjects Library Reference (TrackingAnalyst)  

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,
  IEnumBSTR** ppiFieldNames
);
[C++]

Parameters

bstrLookupTableName [in]   bstrLookupTableName is a parameter of type BSTR ppiFieldNames [out, retval]

  ppiFieldNames is a parameter of type IEnumBSTR

Product Availability

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

See Also

IActionLookupSupport Interface