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


IMdElement.ID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdElement Interface > IMdElement.ID Property
ArcGIS Developer Help

IMdElement.ID Property

Unique identifier of the model element.

[Visual Basic .NET]
Public Property ID As Integer
[C#]
public int ID {get; set;}
[C++]
HRESULT get_ID(
  System.Int32* identifier
);
[C++]
HRESULT put_ID(
  long identifier
);
[C++]
Parameters
identifier [out, retval]

identifier is a parameter of type long* identifier [in]
identifier is a parameter of type long

Product Availability

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

See Also

IMdElement Interface