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


IIndexEdit.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 > IIndexEdit Interface > IIndexEdit.IsUnique Property
ArcGIS Developer Help

IIndexEdit.IsUnique Property

Indicates if the index is to be unique.

[Visual Basic .NET]
Public WriteOnly Property IsUnique_2
[C#]
public void IsUnique_2 {set;}
[C++]
HRESULT put_IsUnique(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

Remarks

Only non-versioned feature classes and tables can have unique indexes.

See Also

IIndexEdit Interface