ArcObjects Library Reference  (TrackingAnalyst)    

IActionLookupSupport.ListDataValues Method

Retrieve list of data values from lookup table.

[Visual Basic 6.0]
Function ListDataValues(
    ByVal bstrLookupTableName As String, _
    ByVal bstrFieldName As String, _
    peFieldType As esriFieldType _
) As IEnumVARIANT
[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
);
[Java]
public System.Collections.IEnumerator listDataValues (
    String bstrLookupTableName,
    String bstrFieldName,
    esriFieldType peFieldType
)
throws
    IOException,
    AutomationException
[C++]
HRESULT ListDataValues(
  BSTR bstrLookupTableName,
  BSTR bstrFieldName,
  esriFieldType* peFieldType,
  IEnumVARIANT** ppiLookupValues
);
[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

ppiLookupValues [out, retval]

  ppiLookupValues is a parameter of type IEnumVARIANT

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