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


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

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(
  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

Product Availability

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

See Also

IDEGdbTable Interface