ArcObjects Library Reference (GeoDatabase)  

INameMapping.GetSuggestedName Method

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.

See Also

INameMapping Interface

.NET Related Topics

Copying and pasting geodatabase datasets | How to import a dataset from XML