This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EngineCore > ESRI.ArcGIS.EngineCore > Interfaces > IG > IGraphicTracker Interface > IGraphicTracker.SuspendUpdate Property (ArcObjects .NET 10.4 SDK) |
Disables automatic refreshing of the display until unsuspended or until the display is explicitly refreshed. Suspending automatic refresh is ideal before bulk updates.
[Visual Basic .NET] Public Property SuspendUpdate As Boolean
[C#] public bool SuspendUpdate {get; set;}
[C++]
HRESULT get_SuspendUpdate(
VARIANT_BOOL* SuspendUpdate
);
[C++]
HRESULT put_SuspendUpdate(
VARIANT_BOOL SuspendUpdate
);
[C++]
Parameters SuspendUpdate [out, retval] SuspendUpdate is a parameter of type VARIANT_BOOL SuspendUpdate [in] SuspendUpdate is a parameter of type VARIANT_BOOL