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