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


ILibraryObject.IsUpdating Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ILibraryObject.IsUpdating Property

Indicates if the library object is being updated with new information.

[Visual Basic .NET]
Public Property IsUpdating As Boolean
[C#]
public bool IsUpdating {get; set;}
[C++]
HRESULT get_IsUpdating(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_IsUpdating(
  VARIANT_BOOL pVal
);
[C++]

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

Product Availability

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

See Also

ILibraryObject Interface