ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.GeoProcessing Namespace / GeoprocessingProjectItem Class / HasLimit Method

In This Topic
    HasLimit Method (GeoprocessingProjectItem)
    In This Topic
    Determines if the item has a specific limit.
    Syntax
    public bool HasLimit( 
       string name
    )
    Public Function HasLimit( _
       ByVal name As String _
    ) As Boolean

    Parameters

    name

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also