ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Core.Geoprocessing Namespace / GPItemInfoExtensions Class / HasLimit Method

In This Topic
    HasLimit Method
    In This Topic
    check access restrictions. name = [rename, delete, copy, create, displayname]
    Syntax
    public static bool HasLimit( 
       IGPItemInfo ti,
       string name
    )
    Public Shared Function HasLimit( _
       ByVal ti As IGPItemInfo, _
       ByVal name As String _
    ) As Boolean

    Parameters

    ti
    name
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also