IPWorks EDIFACT 2020 Python Edition

Questions / Feedback?

renaming_rule_index Property

The index of the current renaming rule.

Syntax

def get_renaming_rule_index() -> int: ...
def set_renaming_rule_index(value: int) -> None: ...

renaming_rule_index = property(get_renaming_rule_index, set_renaming_rule_index)

Default Value

-1

Remarks

This property specifies the current renaming rule. Valid values are from 0 to renaming_rule_count - 1.

When set renaming_rule is populated with the renaming rule identified by the index.

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