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


INameMapping.ValidateTargetName 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.ValidateTargetName Method
ArcGIS Developer Help

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