Skip to main content
5-Regular Member
March 21, 2017
Question

How can I get the frame of a text

  • March 21, 2017
  • 3 replies
  • 1746 views

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

3 replies

16-Pearl
March 21, 2017

Hello Dieter,

In VB API,

you can get the List of Notes details using

IpfcDrawing.ListDetailItems(EpfcDETAIL_NOTE, SheetNo)

Get Instructions from the IpfcDetails

5-Regular Member
March 21, 2017

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