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


IEngineEditLayers.CurrentSubtype Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

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(
  long* 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