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