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


IGlobeDrawingOrder.MoveToBack Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDrawingOrder Interface > IGlobeDrawingOrder.MoveToBack Method
ArcGIS Developer Help

IGlobeDrawingOrder.MoveToBack Method

Moves a layer to the back of the drawing order.

[Visual Basic .NET]
Public Sub MoveToBack ( _
    ByVal Layer As ILayer _
)
[C#]
public void MoveToBack (
    ILayer Layer
);
[C++]
HRESULT MoveToBack(
  ILayer* Layer
);
[C++]
Parameters
Layer [in]

Layer is a parameter of type ILayer*

Product Availability

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

See Also

IGlobeDrawingOrder Interface