When the component this occurrence references is an external reference (the isReferencedComponent property returns true), this will break the link and create a local Component that this occurrence will reference. The new local Component can be accessed through the Occurrence using the component property.
This method will fail if the occurrence is not referencing an external component.
"occurrence_var" is a variable referencing an Occurrence object.
|
"occurrence_var" is a variable referencing an Occurrence object.
|
Type | Description |
boolean | Returns true if the break link was successful. |
Name | Description |
Break Link API Sample | Iterates over all top-level occurrences and if it's a referenced component, it will break the link. |