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


IGlobeDisplayLayers.ImageDrawingPriority Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayLayers.ImageDrawingPriority Property

The drawing priority for image layers in the base globe.

[Visual Basic .NET]
Public Sub set_ImageDrawingPriority ( _
    ByVal pLayer As ILayer, _
    ByVal A_2 As Integer _
)
[C#]
public void set_ImageDrawingPriority (
    ILayer pLayer,
    int A_2
);
[C++]
HRESULT put_ImageDrawingPriority(
  ILayer* pLayer,
  Long 
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer* [in]
is a parameter of type int

Product Availability

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

See Also

IGlobeDisplayLayers Interface