ArcObjects Library Reference (Carto)  

IGraphicsContainer.BringForward Method

Move the specified elements one step closer to the top of the stack of elements.

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