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


IPlugInFileOperationsClass.CanRename Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IPlugInFileOperationsClass.CanRename Method

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

Product Availability

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

See Also

IPlugInFileOperationsClass Interface