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


IIndex.IsUnique Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IIndex Interface > IIndex.IsUnique Property
ArcGIS Developer Help

IIndex.IsUnique Property

Indicates if the index is unique.

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

IsUnique is a parameter of type bool*

Product Availability

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

Remarks

If IsUnique is true, the field the Index was created for must not have duplicate values.

See Also

IIndex Interface