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


IVersionChangesWindow.IDs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IV > IVersionChangesWindow Interface > IVersionChangesWindow.IDs Property
ArcGIS Developer Help

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