This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISubtypes Interface > ISubtypes.DefaultSubtypeCode Property (ArcObjects .NET 10.4 SDK) |
The default subtype associated with the class.
[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
DefaultSubtypeCode property sets and returns the default subtype code for the given object class.
If your application/site is not appropriately licensed, DefaultSubtypeCode can return an error of FDO_E_NO_SCHEMA_LICENSE.
This property sets or returns the value of the default subtype code for the associated class.