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


INameMapping.GetSuggestedName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INameMapping Interface > INameMapping.GetSuggestedName Method
ArcGIS Developer Help

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
);
[C++]
Parameters
toName [in]

toName is a parameter of type IName*

Product Availability

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

See Also

INameMapping Interface