How to change active text style in Autocad Document from Standard to ISO or other standard just by passing name to any predefined method through C# or Vb.NET?

How to change active text style in Autocad Document from Standard to ISO or other standard just by passing name to any predefined method through C# or Vb.NET?

aakash.parvathini
Participant Participant
787 Views
3 Replies
Message 1 of 4

How to change active text style in Autocad Document from Standard to ISO or other standard just by passing name to any predefined method through C# or Vb.NET?

aakash.parvathini
Participant
Participant

I'm trying to change active text style in Autocad Document from Standard to ISO or other standard through C# or Vb but can't do it properly.
The current object belongs to AutoCadDocuments class and I'm unable to set current textstyle by name.
Can you please help me.

0 Likes
788 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable

Why don't you offline the device and re connect it with the Wi Fi because I have done the same last time when faced this issue here in my project.

0 Likes
Message 3 of 4

aakash.parvathini
Participant
Participant

Can you please read the question again?

0 Likes
Message 4 of 4

cadffm
Consultant
Consultant

1. You should ask in the right board for .Net programming -> https://forums.autodesk.com/t5/autocad/ct-p/8

2. You can set variable TEXTSTYLE to change the current style to another one.

   (if you really want to set another style as current)

Sebastian

0 Likes