ArcGIS Pro 2.6 API Reference Guide
Item Property (ReadOnlyPartCollection)

ArcGIS.Core.Geometry Namespace > ReadOnlyPartCollection Class : Item Property
The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
Syntax
public ReadOnlySegmentCollection this[ 
   int index
]; {get;}
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ReadOnlySegmentCollection

Parameters

index
The zero-based index of the element to get or set.

Property Value

The element 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

ReadOnlyPartCollection Class
ReadOnlyPartCollection Members