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