This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditLayers Interface > IEngineEditLayers.CurrentSubtype Property (ArcObjects .NET 10.4 SDK) |
The sub type for new features in the CurrentLayer.
[Visual Basic .NET] Public ReadOnly Property CurrentSubtype As Integer
[C#] public int CurrentSubtype {get;}
[C++]
HRESULT get_CurrentSubtype(
long* typeCode
);
[C++]
Parameters typeCode [out, retval] typeCode is a parameter of type long
Returns the subtype code for the target layer. If the IEngineEditLayers::TargetLayer does not have any subtypes then 0 is returned.