ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / RulePackageDescription Class / Item Property
The zero-based index of the RulePackageAttribute to get.

In This Topic
    Item Property (RulePackageDescription)
    In This Topic
    Gets the RulePackageAttribute at the specified index.
    Syntax
    public RulePackageAttribute this[ 
       int index
    ]; {get;}
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As RulePackageAttribute

    Parameters

    index
    The zero-based index of the RulePackageAttribute to get.

    Property Value

    The RulePackageAttribute at the specified index.
    Exceptions
    ExceptionDescription
    index is less than 0 or index is equal to or greater than Count.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also