ArcObjects Library Reference (Carto)  

IGraphicsContainer.PutElementOrder Method

Private order object. Used to undo ordering operations.

[Visual Basic .NET]
Public Sub PutElementOrder ( _
    ByVal order As Object _
)
[C#]
public void PutElementOrder (
    object order
);
[C++]
HRESULT PutElementOrder(
  VARIANT order
);
[C++]

Parameters

order [in]   order is a parameter of type VARIANT

Product Availability

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

See Also

IGraphicsContainer Interface