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


IEditLayers.CurrentSubtype Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

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