ComponentOccurrencesEnumerator.Count Property
Parent Object: ComponentOccurrencesEnumeratorDescription
Property that returns the number of items in this collection.
Syntax
ComponentOccurrencesEnumerator.Count() As LongProperty Value
This is a read only property whose value is a Long.Samples
Name | Description |
Traverse an Assembly | This sample shows how to recursively traverse an assembly and get the count of leaf node components and subassemblies. |