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


IActionLookupSources.AddLookupSource Method (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.AddLookupSource Method
ArcGIS Developer Help

IActionLookupSources.AddLookupSource Method

Add lookup data source.

[Visual Basic .NET]
Public Sub AddLookupSource ( _
    ByVal Name As IName _
)
[C#]
public void AddLookupSource (
    IName Name
);
[C++]
HRESULT AddLookupSource(
  IName* Name
);
[C++]
Parameters
Name [in]

Name is a parameter of type IName*

Product Availability

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

See Also

IActionLookupSources Interface