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


ILibraryObject.IsUpdating Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILibraryObject Interface > ILibraryObject.IsUpdating Property
ArcGIS Developer Help

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(
  Boolean* pVal
);
[C++]
HRESULT put_IsUpdating(
  VARIANT_BOOL pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type bool* pVal [in]
pVal is a parameter of type bool

Product Availability

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

See Also

ILibraryObject Interface