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


IActionLookupSupport.ActionLookupSources Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionLookupSupport Interface > IActionLookupSupport.ActionLookupSources Property
ArcGIS Developer Help

IActionLookupSupport.ActionLookupSources Property

Lookup data sources.

[Visual Basic .NET]
Public ReadOnly Property ActionLookupSources As IActionLookupSources
[C#]
public IActionLookupSources ActionLookupSources {get;}
[C++]
HRESULT get_ActionLookupSources(
  IActionLookupSources** pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type IActionLookupSources**

Product Availability

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

See Also

IActionLookupSupport Interface