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


IFeatureWorkspaceManage.CanDelete Method (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 > IFeatureWorkspaceManage.CanDelete Method
ArcGIS Developer Help

IFeatureWorkspaceManage.CanDelete Method

Checks if an object can be deleted.

[Visual Basic .NET]
Public Function CanDelete ( _
    ByVal aName As IName _
) As Boolean
[C#]
public bool CanDelete (
    IName aName
);
[C++]
HRESULT CanDelete(
  IName* aName
);
[C++]
Parameters
aName [in]

aName is a parameter of type IName*

Product Availability

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

See Also

IFeatureWorkspaceManage Interface