Gets the suggested name of the copied object (if conflict).
[Visual Basic .NET] Public Function GetSuggestedName ( _ ByVal toName As IName _ ) As String
[C#] public string GetSuggestedName ( IName toName );
[C++]
HRESULT GetSuggestedName(
IName* toName,
BSTR* Name
);
[C++]Parameters
toName [in]toName is a parameter of type IName
Name [out, retval] Name is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.