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


IMapCache.BuildCache Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCache Interface > IMapCache.BuildCache Method
ArcGIS Developer Help

IMapCache.BuildCache Method

Build the spatial cache.

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

Product Availability

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

See Also

IMapCache Interface