This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInFileOperationsClass Interface > IPlugInFileOperationsClass.CanRename Method (ArcObjects .NET 10.4 SDK) |
True if this dataset can be renamed.
[Visual Basic .NET] Public Function CanRename ( _ ByVal ClassIndex As Integer _ ) As Boolean
[C#] public bool CanRename ( int ClassIndex );
[C++]
HRESULT CanRename(
long ClassIndex,
VARIANT_BOOL* CanRename
);
[C++]
Parameters ClassIndex [in] ClassIndex is a parameter of type long CanRename [out, retval] CanRename is a parameter of type VARIANT_BOOL