Message 1 of 3
find and replace existing text using c# .net
Not applicable
02-22-2021
01:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi folks,
My requirement is to find and replace text with using c# .net .Anyone knows how to find a block name, attributes and replace with given values?. code will be helpful!
for e.g.
If I have to replace below existing values with new values from the block table for any particular drawing.
existing values are :
Customer=XYZ
Additional Notes= For internal Purpose
New values are:
Customer= ABC
Additional Notes= For External Purpose.
Can anyone help me on this?