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


IBasicHistogram.Invalidate Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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