This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.ImageCatalogCrossoverLevel Property (ArcObjects .NET 10.4 SDK) |
Crossover Level of Detail (0-31) for image catalog layers.
[Visual Basic .NET] Public Property ImageCatalogCrossoverLevel As Integer
[C#] public int ImageCatalogCrossoverLevel {get; set;}
[C++]
HRESULT get_ImageCatalogCrossoverLevel(
Long* pLevel
);
[C++]
HRESULT put_ImageCatalogCrossoverLevel(
Long pLevel
);
[C++]
Parameters pLevel [out, retval] pLevel is a parameter of type Long pLevel [in] pLevel is a parameter of type Long