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


IDEGdbTable.Subtypes Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbTable.Subtypes Property

The set of Subtypes.

[Visual Basic .NET]
Public Property Subtypes As IArray
[C#]
public IArray Subtypes {get; set;}
[C++]
HRESULT get_Subtypes(
  IArray** Subtypes
);
[C++]
HRESULT putref_Subtypes(
  IArray* Subtypes
);
[C++]

Parameters Subtypes [out, retval]
Subtypes is a parameter of type IArray Subtypes [in]
Subtypes is a parameter of type IArray

Product Availability

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

See Also

IDEGdbTable Interface