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


IGlobeDrawingOrder.MoveToFront Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDrawingOrder.MoveToFront Method

Moves a layer to the front of the drawing order.

[Visual Basic .NET]
Public Sub MoveToFront ( _
    ByVal Layer As ILayer _
)
[C#]
public void MoveToFront (
    ILayer Layer
);
[C++]
HRESULT MoveToFront(
  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