Message 1 of 11
know about RealDWG SDK feature.

Not applicable
03-31-2021
10:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
- I have two dwg files with me. From the first file I need to read the data which is shown in the figure below.
- You can see I have one table in the dwg file which is shown in the above figure so from that I want to read the value , min and max of R9.
- So that using your SDK API I can target those points I will get in my Application.
- Please send me an example of reading this kind of data.
- Now let's Move on Second Requirement.
- In this We need to read the x and y coordinate of the point in the DWG first see in the below figure.
- Observe above figure in this green portion 1 and 1.1 this is my two test point I want to get x and y Coordinate of both 1 and 1.1
- Same as green portion 1 and blue portion 17 this is also my test point in my DWG file here. I want to get the x and y Coordinate of both 1 and 17.
- This is possible with Real DWG SDK ?? .
- Please send example code for this using Real DWG .