Hello,
I managed to fix this myself - It's messy but it does the job! I hadn't passed the 'workpart' to the 'reportComponentChildren' sub.
If anyone has any general tips for cleaning up this code, I'd be happy to hear them.
Option Strict Off
Imports System
Imports System.Collections
Imports...
Hello,
I've been trying to create a journal to send all components in an assembly which begin with a certain letter (in this case 'F') to a layer. I've tried loads of bits of code from other similar threads online, but cant get any of them to work. I think the problem might be that I am using...
Thanks Cowski, I found some information on 'IdentifyExteriorUsingHl' which has mostly worked for what I'm doing. Ill play around with it and see what I get.
Hello,
I'm trying to create a journal to move the components in an assembly that are currently visible to the user, to a layer. I pulled together the following code using .AskVisibleObjects, but this has the effect of moving everything on screen to the layer.
Option Strict Off
Imports System...