This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISubtypes Interface > ISubtypes.HasSubtype Property (ArcObjects .NET 10.4 SDK) |
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
HasSubtype property returns a boolean value whether the given object class has subypes or not.
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.