IPWorks EDIFACT 2020 iOS Edition

Questions / Feedback?

elementComponentIndex (property)

The index of the selected class of the current element.

Syntax

- (int)elementComponentIndex:(int)elementIndex;
- (void)setElementComponentIndex:(int)elementIndex:(int)newElementComponentIndex;
public func elementComponentIndex(elementIndex: Int32) throws -> Int32
public func setElementComponentIndex(elementIndex: Int32, newElementComponentIndex: Int32) throws -> Void

Default Value

1

Remarks

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

The ElementIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ElementCount property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDIFACT 2020 iOS Edition - Version 20.0 [Build 8209]