attr_type Property

Attribute type for the current entry.

Syntax

def get_attr_type(attr_index: int) -> str: ...
def set_attr_type(attr_index: int, value: str) -> None: ...

Default Value

""

Remarks

Attribute type for the current entry.

If the value of attribute_type is an empty string, then attr_value that contains the corresponding value is part of a set of values, and the attribute type for the set is specified in the previous attribute of the properties with a non-empty attribute_type.

The attr_index parameter specifies the index of the item in the array. The size of the array is controlled by the attr_count property.

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