Befuddled
Aerospace
- Jan 9, 2008
- 75
Hi All,
I am using a journal to edit an TC item name and description from NX (of the active part). To do this, I am using the call:-
theUFSession.UFUgmgr.SetPartNameDesc (database_part_tag, part_name, part_desc) under the UFUgmgr classes
This works really well, and is simple as once you have the part tag, you just feed the command with a new string.
Does anyone know if its possible to edit the names of the datasets (UGMaster & Ugpart) using vb.net from NX?
Thanks in advance.
B...
I am using a journal to edit an TC item name and description from NX (of the active part). To do this, I am using the call:-
theUFSession.UFUgmgr.SetPartNameDesc (database_part_tag, part_name, part_desc) under the UFUgmgr classes
This works really well, and is simple as once you have the part tag, you just feed the command with a new string.
Does anyone know if its possible to edit the names of the datasets (UGMaster & Ugpart) using vb.net from NX?
Thanks in advance.
B...