ArcObjects Library Reference  (TrackingAnalyst)    

IActionLookupSources.AddLookupSource Method

Add lookup data source.

[Visual Basic 6.0]
Sub AddLookupSource(
    ByVal Name As IName _
)
[Visual Basic .NET]
Public Sub AddLookupSource ( _
    ByVal Name As IName _
)
[C#]
public void AddLookupSource (
    IName Name
);
[Java]
public void addLookupSource (
    IName Name
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page