ArcObjects Library Reference (GeoDatabase)  

ISubtypes.HasSubtype Property

Indicates if the table has subtypes.

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

Parameters

HasSubtype [out, retval]   HasSubtype is a parameter of type VARIANT_BOOL

Product Availability

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

Description

HasSubtype property returns a boolean value whether the given object class has subypes or not.

Remarks

This property returns a boolean value indicating if the object class has subtypes defined. If there are no subtypes defined, it returns FALSE , if there are subypes defined it returns TRUE.

See Also

ISubtypes Interface

.NET Related Topics

Creating features | Creating subtypes