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


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

IGlobeDisplayLayers2.CountTiles Method

Counts the number of possible layer tiles in the specified levels of detail.

[Visual Basic .NET]
Public Sub CountTiles ( _
    ByVal pLayer As ILayer, _
    ByVal fromLOD As Integer, _
    ByVal toLOD As Integer, _
    ByRef pCount As Double _
)
[C#]
public void CountTiles (
    ILayer pLayer,
    int fromLOD,
    int toLOD,
    ref double pCount
);
[C++]
HRESULT CountTiles(
  ILayer* pLayer,
  Long fromLOD,
  Long toLOD,
  System.Double* pCount
);
[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 pCount [out]
pCount is a parameter of type double*

Product Availability

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

See Also

IGlobeDisplayLayers2 Interface