IPWorks EDI 2020 Python Edition

Questions / Feedback?

element_repeat_index Property

The index of the selected instance of this repeatable element.

Syntax

def get_element_repeat_index(element_index: int) -> int: ...
def set_element_repeat_index(element_index: int, value: int) -> None: ...

Default Value

1

Remarks

The index of the selected instance of this repeatable element. element_repeat_index valid values are from 0 to (element_repeat_count - 1).

Setting element_repeat_index will affect the value reported by all other properties.

The element_index parameter specifies the index of the item in the array. The size of the array is controlled by the element_count property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]