This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICalcRendererValues Interface > ICalcRendererValues.SetDirty Method (ArcObjects .NET 10.4 SDK) |
Sets object to state where values will be recalculated.
[Visual Basic .NET]
Public Sub SetDirty ( _
)
[C#] public void SetDirty ( );
[C++]
HRESULT SetDirty(
void
);
Call this method after calling SetData or SetMinMax, and before calling CalcMinMax or GetFieldTotals.