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


IMdModel.SortElements Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdModel Interface > IMdModel.SortElements Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IMdModel Interface