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


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

IFeatureWorkspaceManage.CanRename Method

Checks if an object can be renamed.

[Visual Basic .NET]
Public Function CanRename ( _
    ByVal aName As IName _
) As Boolean
[C#]
public bool CanRename (
    IName aName
);
[C++]
HRESULT CanRename(
  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