Please, please, please, point me in the right direction.
I have tried the help documents and online resources to no avail - (did you know the word "description" is in almost every help document?). Does anyone know either implicitly or theoretically how to retrieve a component's description?
- Right clicking on a component in the feature manager
- Select Component Properties
- Component Description is the value I am looking to lay my hands upon.
The following methods return " " (empty set) for all components I loop thru:
CompDescr = ModDoc.CustomInfo2({variable for current configuration}, "DESCRIPTION") CompDescr = ModDoc.CustomInfo2("", "DESCRIPTION")
Where ModDoc = Component2.GetModelDoc() And Component2 initially is RootComponent, but recursively loops through all child components
Greatly appreciated, Derek Ciula