ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties.BaseImageDrawingPriority Property

Indicates the drawing priority for images on the globe.

[Visual Basic .NET]
Public Property BaseImageDrawingPriority As Integer
[C#]
public int BaseImageDrawingPriority {get; set;}
[C++]
HRESULT get_BaseImageDrawingPriority(
  Long* pPriority
);
[C++]
HRESULT put_BaseImageDrawingPriority(
  Long pPriority
);
[C++]

Parameters

pPriority [out, retval]   pPriority is a parameter of type Long pPriority [in]   pPriority is a parameter of type Long

Product Availability

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

See Also

IGlobeLayerProperties Interface