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


IObjectClassDescription.ModelNameUnique Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IObjectClassDescription.ModelNameUnique Property

Indicates if the model name of this class is unique.

[Visual Basic .NET]
Public ReadOnly Property ModelNameUnique As Boolean
[C#]
public bool ModelNameUnique {get;}
[C++]
HRESULT get_ModelNameUnique(
  VARIANT_BOOL* IsUnique
);
[C++]

Parameters IsUnique [out, retval] IsUnique is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IObjectClassDescription Interface | IClassSchemaEdit Interface