Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i used another command to grab an object's BlockID and outputted it on a table in autocad.
blocks[i].BlockId.ToString();
now I want to be able to take that string and convert it back to objectID that I can use on another command. How would I do that? I already wrote the part that parses the "objectID string" out of the table but I don't know how to convert that string back to objectID
I tried reading the documentation about objectID but I am not sure if any of those does what I wanted to do.
AutoCAD 2025 Developer and ObjectARX Help | ObjectId Properties | Autodesk
Solved! Go to Solution.