ComponentOccurrences.AllLeafOccurrences Property
Parent Object: ComponentOccurrencesDescription
Return all unique leaf occurrences (optionally filtered to the specified definition) relative to this context.
Syntax
ComponentOccurrences.AllLeafOccurrences( [LeafDefinition] As Variant ) As ComponentOccurrencesEnumeratorProperty Value
This is a read only property whose value is a ComponentOccurrencesEnumerator.Parameters
Name | Type | Description |
LeafDefinition | Variant | Occurence to be used as the basis for filtering the leaf space for a given leaf occurence. This is an optional argument whose default value is null. |