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


IHistogram.HasExclusion Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IH > IHistogram Interface > IHistogram.HasExclusion Method
ArcGIS Developer Help

IHistogram.HasExclusion Method

Indicates if the histogram uses exclusion.

[Visual Basic .NET]
Public Sub HasExclusion ( _
    ByRef flag As Boolean _
)
[C#]
public void HasExclusion (
    ref bool flag
);

Product Availability

Available with ArcGIS Desktop.

See Also

IHistogram Interface