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


ITAUpdateControl.UpdateMethod Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITAUpdateControl.UpdateMethod Property

Defines how the display refresh is determined: by number of points or CPU usage.

[Visual Basic .NET]
Public Property UpdateMethod As enumScreenUpdateThresholdType
[C#]
public enumScreenUpdateThresholdType UpdateMethod {get; set;}
[C++]
HRESULT get_UpdateMethod(
  enumScreenUpdateThresholdType* pVal
);
[C++]
HRESULT put_UpdateMethod(
  enumScreenUpdateThresholdType pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type enumScreenUpdateThresholdType pVal [in]
pVal is a parameter of type enumScreenUpdateThresholdType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITAUpdateControl Interface