ArcGIS Pro 2.6 API Reference Guide
Item Property (RulePackageDescription)

ArcGIS.Desktop.Mapping Namespace > RulePackageDescription Class : Item Property
The zero-based index of the RulePackageAttribute to get.
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 10, Windows 8.1, Windows 7

See Also

Reference

RulePackageDescription Class
RulePackageDescription Members