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


INameMapping.ValidateTargetName Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INameMapping.ValidateTargetName Method

Checks whether target name conflicts or not.

[Visual Basic .NET]
Public Sub ValidateTargetName ( _
    ByVal toName As IName _
)
[C#]
public void ValidateTargetName (
    IName toName
);
[C++]
HRESULT ValidateTargetName(
  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