2019.2

Table Of Contents
Node properties and methods reference
This topic gives detailed information about all properties and methods of the Node object. The
availability of a property or method with an actual Node object, however, depends on the type
of the Node: "MetaJob" on page201, "MetaGroup" on page204, "MetaDocument" on
page207, "MetaDatapage" on page210, and "MetaPage" on page214.
Properties
Attributes
Returns the attribute collection (MetaCollection) of the current node. See "Attributes" on
page232.
Count
Not available in MetaPage
Returns the number of child nodes in the current node.
Fields
Returns the field collection (MetaCollection) of the current node. See "Fields" on page241.
Index
Not available in MetaJob
Gets the index of the node in its parent.
Returns:
The index (0-based) at which the current node is found in the parent's node list.
Exception:
l EOleException: Index is lower than 0 or higher than Count-1.
Page 218