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


IEditLayers.CurrentSubtype Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditLayers Interface > IEditLayers.CurrentSubtype Property
ArcGIS Developer Help

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