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


IBasicHistogram.Invalidate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicHistogram Interface > IBasicHistogram.Invalidate Method
ArcGIS Developer Help

IBasicHistogram.Invalidate Method

Causes to recreate the Histogram from the Table for the next GetHistogram call.

[Visual Basic .NET]
Public Sub Invalidate ( _
)
[C#]
public void Invalidate (
);
[C++]
HRESULT Invalidate(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBasicHistogram Interface