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


IActionLookupSources.AddLookupSource Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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