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