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