This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INameMapping Interface > INameMapping.GetSuggestedName Method (ArcObjects .NET 10.4 SDK) |
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