I am developing a project using the Draftsight API from Microsoft Visual Studio 2019 C # and so far I have managed to connect with Draftsight and make drawings and dimensions. The problem I have is that when trying to modify the attributes of a block, the Caption field works without problem, but the Value field is not modified, although from the application it indicates that it has been changed correctly.The code is based on an example from the Draftsight website.
