IEditLayers.CurrentSubtype Property
The sub type for new features in the CurrentLayer.
[Visual Basic .NET]
Public ReadOnly Property CurrentSubtype As Integer
[C#]
public int CurrentSubtype {get;}
Product Availability
Available with ArcGIS Desktop.
Remarks
Returns the current subtype code for the current layer. If the CurrentLayer does not have subtypes, 0 is returned.
See Also
IEditLayers Interface