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

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

    Parameters

    ti
    name
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.5 or higher.
    See Also