The subtype for the row.
[Visual Basic 6.0] Property SubtypeCode As Long
[Visual Basic .NET] Public Property SubtypeCode As Integer
[C#] public int SubtypeCode {get; set;}
[Java] public getSubtypeCode ( Long SubtypeCode )
[Java] public void setSubtypeCode( Long SubtypeCode ) throws IOException, AutomationException
[C++]
HRESULT get_SubtypeCode(
long* SubtypeCode
);
[C++] HRESULT put_SubtypeCode( long SubtypeCode);
Parameters
SubtypeCode [out, retval]
SubtypeCode is a parameter of type long
SubtypeCode [in]
SubtypeCode is a parameter of type long
When creating new objects within ArcMap, the default subtype and any default values are automatically set. When objects are created programmatically, the default subtype and default values are not automatically set. The subtype code of the feature can be specified with the SubtypeCode property.
All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation.