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


INetworkQuery.ClearIDCache Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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