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


ICalcRendererValues.SetDirty Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ICalcRendererValues.SetDirty Method

Sets object to state where values will be recalculated.

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

Product Availability

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

Remarks

Call this method after calling SetData or SetMinMax, and before calling CalcMinMax or GetFieldTotals.

See Also

ICalcRendererValues Interface