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


INetworkQuery.ClearIDCache Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkQuery Interface > INetworkQuery.ClearIDCache Method
ArcGIS Developer Help

INetworkQuery.ClearIDCache Method

Empties the contents of the index used for finding network elements by source.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkQuery Interface