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


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

IActionLookupSources.DeleteLookupSource Method

Delete lookup data source by name.

[Visual Basic .NET]
Public Sub DeleteLookupSource ( _
    ByVal Name As String _
)
[C#]
public void DeleteLookupSource (
    string Name
);
[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