Attributes Object
Attributes Object
This object represents a set of document attributes. It can be used in document indexing and export scripts.
Properties
Name | Type | Description |
Count | Long, read-only | Number of attributes in the set. |
Methods
Name | Parameters | Description |
Item |
[in] Long - the index of the attribute in the collection. It must range from 0 to the value of the Count property minus 1. [out] Attribute - the attribute with the specified index. |
Provides access to a single attribute. |
See also
26.03.2024 13:49:49