Property that returns the Occurrences collection associated with this component. This provides access to the occurrences at the top-level of this component and provides the functionality to add new occurrences.
"component_var" is a variable referencing a Component object.
|
"component_var" is a variable referencing a Component 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. |