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


IConflictsWindow.Class Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IC > IConflictsWindow Interface > IConflictsWindow.Class Property
ArcGIS Developer Help

IConflictsWindow.Class Property

Class by index.

[Visual Basic .NET]
Public Function get_Class ( _
    ByVal index As Integer _
) As IConflictClass
[C#]
public IConflictClass get_Class (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the ClassCount property to loop over each of the classes.  Once the desired conflict class is found use IConflictsWindow::FindTable to access one of the versions of the table corresponding to the conflict class.

See Also

IConflictsWindow Interface