Thanks SelvarajC, you just made my day :D
Exactly what I was looking for. Works great
I however changed it to VB...
Heres the code if anyone finds this Post again.
Option Strict Off
Imports System
Imports NXOpen
Module NXJournal
Sub Main
Dim theSession As Session =...
I need to delete all objects on layer 201 in the work-active drafting sheet. I have found a good journal to begin with (It delets everything on layer 201 in the whole part). The problem is, if I have multiple drafting sheets it deletes the objects on layer 201 everywhere. I have completely no...