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


IFeatureWorkspaceManage Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureWorkspaceManage Interface
ArcGIS Developer Help

IFeatureWorkspaceManage Interface

Provides access to dataset deletion and renaming, table and index analysis, field validation and version and object class registration . Note: the IFeatureWorkspaceManage interface has been superseded by IFeatureWorkspaceManage2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method AnalyzeIndex Analyze the index to generate DBMS statistics.
Method AnalyzeTable Analyze the table to generate DBMS statistics.
Method CanDelete Checks if an object can be deleted.
Method CanRename Checks if an object can be renamed.
Method DeleteByName Deletes an object by it's name.
Method IsRegisteredAsObjectClass Checks if an object is registered as an object class.
Method IsRegisteredAsVersioned Checks if an object is registered as versioned.
Method ValidateField Validate a field, performing type conversion if necessary.

Classes that implement IFeatureWorkspaceManage

Classes Description
Sde4Workspace (esriDataSourcesGDB) Esri SDE (4.x) Feature Database.
VersionedWorkspace VersionedWorkspace Object.
Workspace Workspace Object.

Remarks

The IFeatureWorkspaceManage interface contains utility methods that help in the management of feature workspaces.

See Also

IFeatureWorkspace Interface | IDataset Interface