ArcObjects Library Reference  (TrackingAnalyst)    

IActionLookupSupport.ListFields Method

Retrieve list of field names from lookup table.

[Visual Basic 6.0]
Function ListFields(
    ByVal bstrLookupTableName As String _
) As IEnumBSTR
[Visual Basic .NET]
Public Function ListFields ( _
    ByVal bstrLookupTableName As String _
) As IEnumBSTR
[C#]
public IEnumBSTR ListFields (
    string bstrLookupTableName
);
[Java]
public IEnumBSTR listFields (
    String bstrLookupTableName
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page