On this Page
domObj.getPickedObjects
(Merge only) (As of 3.1.002.06)
Find all objects in the current DOM which have been flagged as 'picked'.
Syntax
domObj.getPickedObjects()
domObj._DOM(
dottedName)
Returned Value
This routine will always return a JavaScript array of pointers to DocOrigin DOM objects. Objects are flagged as 'picked' in DocOrigin Merge either by explicit setting the _picked
attribute of an object, or by Design when calling an External Tool command. That returned array is empty if no matches are found.
Background
This routine searches only the current object (typically the object containing this script) as well as all objects within this object.