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


ICalcRendererValues.SetDirty Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICalcRendererValues Interface > ICalcRendererValues.SetDirty Method
ArcGIS Developer Help

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