This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjectClassDescription Interface > IObjectClassDescription.ModelNameUnique Property (ArcObjects .NET 10.4 SDK) |
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
IObjectClassDescription Interface | IClassSchemaEdit Interface