ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / FeatureLayer Class / SubtypeValue Property

In This Topic
    SubtypeValue Property (FeatureLayer)
    In This Topic
    Gets the subtype value that is used in the feature layer definition.
    Syntax
    Public ReadOnly Property SubtypeValue As Integer
    public int SubtypeValue {get;}
    Remarks
    This property is honored only when the feature layer is a member of SubtypeGroupLayer. Use the IsSubtypeLayer property to determine if the feature layer is a member of a SubtypeGroupLayer.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also