Returns the contents of this collection as an OccurrencesList object. This is useful when writing a function that traverses an assembly.
"occurrences_var" is a variable referencing an Occurrences object.
|
"occurrences_var" is a variable referencing an Occurrences object.
|
Name | Description |
Assembly traversal using recursion API Sample | Traverses the entire structure of the currently open assemlby using a recursive function and displays the result in a message box. This will match the occurrence structure seen in the browser. |