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