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