ArcObjects Library Reference (Carto)  

IGraphicsContainer.GetElementOrder Method

Private order object. Used to undo ordering operations.

[Visual Basic .NET]
Public Function GetElementOrder ( _
    ByVal Elements As IEnumElement _
) As Object
[C#]
public object GetElementOrder (
    IEnumElement Elements
);
[C++]
HRESULT GetElementOrder(
  IEnumElement* Elements,
  VARIANT* order
);
[C++]

Parameters

Elements [in]

  Elements is a parameter of type IEnumElement

order [out, retval]   order is a parameter of type VARIANT

Product Availability

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

See Also

IGraphicsContainer Interface