ComponentOccurrence.Name Property
Parent Object: ComponentOccurrenceDescription
Gets/Sets the human-readable name of this Component Occurrence.
Syntax
ComponentOccurrence.Name() As StringProperty Value
This is a read/write property whose value is a String.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. |