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


IArchivableObject.IsArchiving Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IArchivableObject Interface > IArchivableObject.IsArchiving Property
ArcGIS Developer Help

IArchivableObject.IsArchiving Property

True if this object has historical archiving enabled.

[Visual Basic .NET]
Public ReadOnly Property IsArchiving As Boolean
[C#]
public bool IsArchiving {get;}
[C++]
HRESULT get_IsArchiving(
  Boolean* IsArchiving
);
[C++]
Parameters
IsArchiving [out, retval]

IsArchiving is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This property returns a boolean that corresponds to whether archiving is enabled for the versioned object.

 

 

See Also

IArchivableObject Interface