2020.2

Table Of Contents
Returns:
The number of such nodes, if any. If the current node is not selected or one of its parents is not,
it returns 0.
SelectedDocumentCount()
MetaJob only
Returns the number of documents under the current node that are set to be part of the output,
i.e. that have their Selected property set to true, as well as all of their parents.
Returns:
The number of such nodes, if any. If the current node is not selected or one of its parents is not,
it returns 0.
SelectedIndexInDocument()
MetaDatapage and MetaPage only
Returns the index of this page in its parent document, taking only the selected pages into
account.
Returns:
Absolute index (0-based) of the page within all the selected pages under the parent document.
If the page is not set to be output (i.e. its SelectedState is different than ssTrue), it returns -1.
SelectedIndexInGroup()
MetaDocument, MetaDatapage and MetaPage only
Returns the index of this page in its parent group, taking only the selected pages from all the
datapages from all documents into account.
Returns:
Absolute index (0-based) of the page within all the selected pages under the parent group. If
the page is not set to be output (i.e. its SelectedState is different than ssTrue), it returns -1.
Page 225