This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbTable Interface > IDEGdbTable.DefaultSubtypeCode Property (ArcObjects .NET 10.5 SDK) |
The default subtype code.
[Visual Basic .NET] Public Property DefaultSubtypeCode As Integer
[C#] public int DefaultSubtypeCode {get; set;}
[C++]
HRESULT get_DefaultSubtypeCode(
long* 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