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


IActionLookupSupport.ReadDataValues Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IActionLookupSupport.ReadDataValues Method

Read data values from lookup table.

[Visual Basic .NET]
Public Sub ReadDataValues ( _
    ByVal bstrLookupTableName As String _
)
[C#]
public void ReadDataValues (
    string bstrLookupTableName
);
[C++]
HRESULT ReadDataValues(
  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