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

.NET Samples

Using the ITAControlUpdate interface (Code Files: TAUpdateControlForm) |