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


IHistogram.ExclusionDoModal 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.ExclusionDoModal Method
ArcGIS Developer Help

IHistogram.ExclusionDoModal Method

Shows the exclusion dialog for the histogram.

[Visual Basic .NET]
Public Sub ExclusionDoModal ( _
    ByVal parentHWnd As Integer, _
    ByRef ok As Boolean _
)
[C#]
public void ExclusionDoModal (
    int parentHWnd,
    ref bool ok
);

Product Availability

Available with ArcGIS Desktop.

See Also

IHistogram Interface