ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMStatisticalDataCollectionField Class / OutputFieldType Property

In This Topic
    OutputFieldType Property
    In This Topic
    Gets or sets the type of the field for enrich output. For example, if we want to have a script variable returning String type values (like TLIFENAME variable in US dataset), or when the input (SDCX layer) fields are Integers we want to have integer output too.
    Syntax
    public esriFieldType OutputFieldType {get; set;}
    Public Property OutputFieldType As esriFieldType
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also