It changed text formatting. I didn't removed text in the informations windows. You don't get informations about used <F4> for second use journal beacuse was removed on first use.
Cowski upgraded the code. IT is working so I am happy. I AM using this code for get custom symbol to.
You can use code journal vb to get format letters from text and replace
Option Strict Off
Imports System
Imports NXOpen
Imports NXOpen.UF
Imports NXOpenUI
Imports System.Drawing
Module NXJournal
Sub Main()
Dim theSession As Session = Session.GetSession()
Dim theUfSession As...
I am writting checker for drawing on vb. I need to check quantity of custom_symbols on drawing. I wrote for notes, dimensions already, but I have a problem with cell on table.
The custom symbol is entered by cell marking >> Edit text... >> Category 'Custom Symbol' >> Insert Symbol. This is...