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


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

IActionLookupSources.LookupSources Property

All lookup data sources.

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

pVal is a parameter of type IPropertySet**

Product Availability

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

See Also

IActionLookupSources Interface