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


IVersionChangesWindow.IDs Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

IVersionChangesWindow.IDs Property

Enumerate the difference row IDs of the current class.

[Visual Basic .NET]
Public Function get_IDs ( _
    ByVal className As String, _
    ByVal changeType As esriChangeType _
) As IEnumIDs
[C#]
public IEnumIDs get_IDs (
    string className,
    esriChangeType changeType
);

Product Availability

Available with ArcGIS Desktop.

See Also

IVersionChangesWindow Interface