elmundo777
Automotive
Hello!
Is it possible to create a collection from selected items (parts,products)?
I need to create collection from "CATIA.ActiveDocument.Selection"
And then use For Each cycle to rename instance names in SELECTION.
gives me the error:
Error BC32023 Expression is of type 'Selection', which is not a collection type.
Is it possible to create a collection from selected items (parts,products)?
I need to create collection from "CATIA.ActiveDocument.Selection"
And then use For Each cycle to rename instance names in SELECTION.
Code:
For Each Item In ItemSelection
Error BC32023 Expression is of type 'Selection', which is not a collection type.