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