ArcObjects Library Reference (Geoprocessing)  

IMdModel.SortElements Method

Returns all the model elements in the model in sorted order.

[Visual Basic .NET]
Public Function SortElements ( _
) As IEnumMdElement
[C#]
public IEnumMdElement SortElements (
);
[C++]
HRESULT SortElements(
  IEnumMdElement** ppElements
);
[C++]

Parameters

ppElements [out, retval]

  ppElements is a parameter of type IEnumMdElement

Product Availability

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

See Also

IMdModel Interface