ArcObjects Library Reference (GeoDatabase)  

IDatasetComponent2.ID Property

The data element corresponding to the dataset component.

[Visual Basic .NET]
Public ReadOnly Property ID As Integer
[C#]
public int ID {get;}
[C++]
HRESULT get_ID(
  long* datasetComponentID
);
[C++]

Parameters

datasetComponentID [out, retval]   datasetComponentID is a parameter of type long

Product Availability

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

See Also

IDatasetComponent2 Interface