ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / SubtypeFieldDescription Class / SubtypeFieldDescription Constructor
The name of the subtype field.
The code-name pairs of the subtypes.

In This Topic
    SubtypeFieldDescription Constructor
    In This Topic
    Creates a description object of the subtype ArcGIS.Core.Data.Field.
    Syntax
    public SubtypeFieldDescription( 
       string subtypeFieldName,
       Dictionary<int,string> subtypes
    )
    Public Function New( _
       ByVal subtypeFieldName As String, _
       ByVal subtypes As Dictionary(Of Integer,String) _
    )

    Parameters

    subtypeFieldName
    The name of the subtype field.
    subtypes
    The code-name pairs of the subtypes.
    Exceptions
    ExceptionDescription
    subtypeFieldName and/or subtypes is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also