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


IConflictsWindow.ClassCount 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.ClassCount Property
ArcGIS Developer Help

IConflictsWindow.ClassCount Property

The number of classes with conflicts.

[Visual Basic .NET]
Public ReadOnly Property ClassCount As Integer
[C#]
public int ClassCount {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use ClassCount to loop over the set of conflict classes. 

See Also

IConflictsWindow Interface