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


IDEGdbTable.DefaultSubtypeCode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbTable Interface > IDEGdbTable.DefaultSubtypeCode Property
ArcGIS Developer Help

IDEGdbTable.DefaultSubtypeCode Property

The default subtype code.

[Visual Basic .NET]
Public Property DefaultSubtypeCode As Integer
[C#]
public int DefaultSubtypeCode {get; set;}
[C++]
HRESULT get_DefaultSubtypeCode(
  System.Int32* SubtypeCode
);
[C++]
HRESULT put_DefaultSubtypeCode(
  long SubtypeCode
);
[C++]
Parameters
SubtypeCode [out, retval]

SubtypeCode is a parameter of type long* SubtypeCode [in]
SubtypeCode is a parameter of type long

Product Availability

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

See Also

IDEGdbTable Interface