ArcObjects Library Reference (GlobeCore)  

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