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


ISubtypes.HasSubtype Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISubtypes Interface > ISubtypes.HasSubtype Property
ArcGIS Developer Help

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(
  Boolean* HasSubtype
);
[C++]
Parameters
HasSubtype [out, retval]

HasSubtype is a parameter of type 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