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


IGraphicsContainer.BringToFront Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainer Interface > IGraphicsContainer.BringToFront Method
ArcGIS Developer Help

IGraphicsContainer.BringToFront Method

Make the specified elements draw in front of all other elements.

[Visual Basic .NET]
Public Sub BringToFront ( _
    ByVal Elements As IEnumElement _
)
[C#]
public void BringToFront (
    IEnumElement Elements
);
[C++]
HRESULT BringToFront(
  IEnumElement* Elements
);
[C++]
Parameters
Elements [in]

Elements is a parameter of type IEnumElement*

Product Availability

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

See Also

IGraphicsContainer Interface