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


IGlobeLayerInfo.BaseImageDrawingPriority Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerInfo Interface > IGlobeLayerInfo.BaseImageDrawingPriority Property
ArcGIS Developer Help

IGlobeLayerInfo.BaseImageDrawingPriority Property

Indicates the drawing priority for images on the globe.

[Visual Basic .NET]
Public ReadOnly Property BaseImageDrawingPriority As Integer
[C#]
public int BaseImageDrawingPriority {get;}
[C++]
HRESULT get_BaseImageDrawingPriority(
  System.Int32* pPriority
);
[C++]
Parameters
pPriority [out, retval]

pPriority is a parameter of type int*

Product Availability

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

See Also

IGlobeLayerInfo Interface