ComponentOccurrences.AllReferencedOccurrences Property
Parent Object: ComponentOccurrencesDescription
Property that returns all occurrences that reference the input object.
Syntax
ComponentOccurrences.AllReferencedOccurrences( Object As Object ) As ComponentOccurrencesEnumeratorProperty Value
This is a read only property whose value is a ComponentOccurrencesEnumerator.Parameters
Name | Type | Description |
Object | Object | Input DocumentDescriptor, ComponentDefinition or a Document object. All occurrences that reference the given object are returned. |