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


IHistogram.SamplingDoModal Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CartoUI)  

IHistogram.SamplingDoModal Method

Shows the sampling dialog for the histogram.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IHistogram Interface