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


INameMapping.NameConflicts Property (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.NameConflicts Property
ArcGIS Developer Help

INameMapping.NameConflicts Property

Indicates if target name conflicts with source name.

[Visual Basic .NET]
Public ReadOnly Property NameConflicts As Boolean
[C#]
public bool NameConflicts {get;}
[C++]
HRESULT get_NameConflicts(
  Boolean* conflicts
);
[C++]
Parameters
conflicts [out, retval]

conflicts is a parameter of type bool*

Product Availability

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

See Also

INameMapping Interface