get_item(index)item(index)set_item(index, value)item(index, value);
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index of the element to get or set. |
Type | Description |
---|---|
AnnLayer | The element at the specified index.The element at the specified index. |