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

In This Topic
    Deconstruct Method
    In This Topic
    Syntax
    public void Deconstruct( 
       out string name,
       out string label,
       out string description
    )
    Public Sub Deconstruct( _
       ByRef name As String, _
       ByRef label As String, _
       ByRef description As String _
    ) 

    Parameters

    name
    label
    description
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also