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