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


IRecordNumberSet.IDs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordNumberSet Interface > IRecordNumberSet.IDs Property
ArcGIS Developer Help

IRecordNumberSet.IDs Property

Enumerates the record numbers in the record number collection.

[Visual Basic .NET]
Public ReadOnly Property IDs As IEnumIDs
[C#]
public IEnumIDs IDs {get;}
[C++]
HRESULT get_IDs(
  IEnumIDs** pEnumIDs
);
[C++]
Parameters
pEnumIDs [out, retval]

pEnumIDs is a parameter of type IEnumIDs**

Product Availability

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

See Also

IRecordNumberSet Interface