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


IMdModel.GetElements Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdModel.GetElements Method

Returns all of the model elements in the model.

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

Parameters Elements [out, retval]
Elements is a parameter of type IEnumMdElement

Product Availability

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

See Also

IMdModel Interface