Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I want to select all notes/texts in an drawing, which have a frame/border.
I have selected all notes.
But how can I get the frame of a text?
Does anyone have an idea?
Thanks a lot Dieter
Hello Dieter,
In VB API,
you can get the List of Notes details using
IpfcDrawing.ListDetailItems(EpfcDETAIL_NOTE, SheetNo)
Get Instructions from the IpfcDetails
Hello Parthiban
Thanks a lot. But I'm programming with JLink. In the UI you can set a textframe to several letters. I want to find the text with the textframe.
Sincerely Dieter
HI
I found it: If you get the selected text you can see Special characters. @[text with frame@]
Thanks a lot
Dieter