ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.GeoProcessing Namespace / GeoprocessingModule.DatatypeInfo Structure / GeoprocessingModule.DatatypeInfo Constructor

In This Topic
    GeoprocessingModule.DatatypeInfo Constructor
    In This Topic
    Syntax
    public GeoprocessingModule.DatatypeInfo( 
       string name,
       string label,
       string description
    )
    Public Function New( _
       ByVal name As String, _
       ByVal label As String, _
       ByVal description As String _
    )

    Parameters

    name
    label
    description
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also