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


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

IActionLookupSources.ClearLookupSources Method

Clear all lookup sources.

[Visual Basic .NET]
Public Sub ClearLookupSources ( _
)
[C#]
public void ClearLookupSources (
);
[C++]
HRESULT ClearLookupSources(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IActionLookupSources Interface