ArcObjects Library Reference  (Carto)    

IImageTileServer.GenerateTiles Method

Generates tiles into the attached tile cache.

[Visual Basic 6.0]
Sub GenerateTiles(
    ByVal pExtent As IEnvelope, _
    ByVal minLOD As Long, _
    ByVal MaxLOD As Long, _
    ByVal pCancelTracker As ITrackCancel _
)
[Visual Basic .NET]
Public Sub GenerateTiles ( _
    ByVal pExtent As IEnvelope, _
    ByVal minLOD As Integer, _
    ByVal MaxLOD As Integer, _
    ByVal pCancelTracker As ITrackCancel _
)
[C#]
public void GenerateTiles (
    IEnvelope pExtent,
    int minLOD,
    int MaxLOD,
    ITrackCancel pCancelTracker
);
[Java]
public void generateTiles (
    IEnvelope pExtent,
    int minLOD,
    int MaxLOD,
    ITrackCancel pCancelTracker
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GenerateTiles(
  IEnvelope* pExtent,
  long minLOD,
  long MaxLOD,
  ITrackCancel* pCancelTracker
);
[C++]

Parameters

pExtent [in]

  pExtent is a parameter of type IEnvelope

minLOD [in]

  minLOD is a parameter of type long

MaxLOD [in]

  MaxLOD is a parameter of type long

pCancelTracker [in]

  pCancelTracker is a parameter of type ITrackCancel

Product Availability

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

See Also

IImageTileServer Interface