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


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

IEngineEditLayers.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;}
[C++]
HRESULT get_CurrentSubtype(
  System.Int32* typeCode
);
[C++]
Parameters
typeCode [out, retval]

typeCode is a parameter of type long*

Product Availability

Available with ArcGIS Engine.

Description

Returns the subtype code for the target layer. If the IEngineEditLayers::TargetLayer does not have any subtypes then 0 is returned.

See Also

IEngineEditLayers Interface