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


IMdElement.ID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  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

Product Availability

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

See Also

IMdElement Interface