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