ArcObjects Library Reference  (TrackingAnalyst)    

IActionLookupSupport.ReadDataValues Method

Read data values from lookup table.

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

 


Feedback Send feedback on this page