IPWorks EDI 2020 Python Edition

Questions / Feedback?

element_component_index Property

The index of the selected class of the current element.

Syntax

def get_element_component_index(element_index: int) -> int: ...
def set_element_component_index(element_index: int, value: int) -> None: ...

Default Value

1

Remarks

The index of the selected component of the current element. element_component_index valid values are from 0 to (element_component_count - 1).

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]