ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* IsArchiving
);
[C++]

Parameters

IsArchiving [out, retval]   IsArchiving is a parameter of type VARIANT_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