ArcObjects Library Reference (GeoDatabase)  

IFeatureWorkspaceManage3.IsArchivingEnabled Method

Checks is an object has archiving enabled.

[Visual Basic .NET]
Public Function IsArchivingEnabled ( _
    ByVal Name As IName _
) As Boolean
[C#]
public bool IsArchivingEnabled (
    IName Name
);
[C++]
HRESULT IsArchivingEnabled(
  IName* Name,
  VARIANT_BOOL* IsArchivingEnabled
);
[C++]

Parameters

Name [in]

  Name is a parameter of type IName

IsArchivingEnabled [out, retval]   IsArchivingEnabled is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFeatureWorkspaceManage3 Interface