i need help with parameters and properties.
i need to access the diameter of a wire bundle. i can see it on the bundle definition form, no problem there.
now how do i pull it into my VB code? what is the syntax to ask for it?
i know it's part of a sketch but is it a parameter or a...
i need to rename/number all the Branchables in my wire harness. i have a macro that not only FINDS them all, but will select them as well. the problem is that if i echo/query what i have selected with:
msgbox("branch name = " & oSel.item(i).Value.Name)
i do not get what i expect. it doesn't...
i'm trying to work my way UP a tree.
currently, my "Search' finds all the components that i am looking for. they are nesed under a branch of my tree called 'Publications'. this is where i expect to find them. when i query item(i) for its parent name and type, i get name = Publications and type...