This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdElement Interface > IMdElement.ID Property (ArcObjects .NET 10.5 SDK) |
Unique identifier of the model element.
[Visual Basic .NET] Public Property ID As Integer
[C#] public int ID {get; set;}
[C++]
HRESULT get_ID(
long* 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