Search found 1 match

by user20
07 Dec 2022, 10:34
Forum: CAD .NET
Topic: get text in the collection of CADTEXT
Replies: 1
Views: 2017

get text in the collection of CADTEXT

Hi
I select texts in my dwg and want get string or text of that selected texts!
Image

for example I use this code:

Code: Select all

cadImageFld.SelectedEntities.Item(1).unicodetext
but not usefull!
please guide me.