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


IGlobeDisplayLayers.GenerateTiles Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayLayers.GenerateTiles Method

Generates the tiles in the specified levels of detail.

[Visual Basic .NET]
Public Sub GenerateTiles ( _
    ByVal pLayer As ILayer, _
    ByVal fromLOD As Integer, _
    ByVal toLOD As Integer _
)
[C#]
public void GenerateTiles (
    ILayer pLayer,
    int fromLOD,
    int toLOD
);
[C++]
HRESULT GenerateTiles(
  ILayer* pLayer,
  Long fromLOD,
  Long toLOD
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer* fromLOD [in]
fromLOD is a parameter of type int toLOD [in]
toLOD is a parameter of type int

Product Availability

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

See Also

IGlobeDisplayLayers Interface