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


IGlobeTileGenerator.GenerateConfigFiles Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeTileGenerator Interface > IGlobeTileGenerator.GenerateConfigFiles Method
ArcGIS Developer Help

IGlobeTileGenerator.GenerateConfigFiles Method

Generates a cache configuration file for the source layer.

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

Product Availability

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

See Also

IGlobeTileGenerator Interface