ArcObjects Library Reference  (TrackingAnalyst)    

IActionLookupSources.DeleteLookupSource Method

Delete lookup data source by name.

[Visual Basic 6.0]
Sub DeleteLookupSource(
    ByVal Name As String _
)
[Visual Basic .NET]
Public Sub DeleteLookupSource ( _
    ByVal Name As String _
)
[C#]
public void DeleteLookupSource (
    string Name
);
[Java]
public void deleteLookupSource (
    String Name
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DeleteLookupSource(
  BSTR Name
);
[C++]

Parameters

Name [in]

  Name is a parameter of type BSTR

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