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


ITAUpdateControl.UpdateMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITAUpdateControl Interface > ITAUpdateControl.UpdateMethod Property
ArcGIS Developer Help

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