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


IGlobeLayerInfo.ImageCatalogCrossoverLevel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.ImageCatalogCrossoverLevel Property

Crossover Level of Detail (0-31) for image catalog layers.

[Visual Basic .NET]
Public ReadOnly Property ImageCatalogCrossoverLevel As Integer
[C#]
public int ImageCatalogCrossoverLevel {get;}
[C++]
HRESULT get_ImageCatalogCrossoverLevel(
  Long* pLevel
);
[C++]

Parameters pLevel [out, retval] pLevel is a parameter of type Long

Product Availability

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

See Also

IGlobeLayerInfo Interface