Search code examples
c#autocadautodesk-forgeautocad-pluginautodesk-designautomation

Programmatically populating data in Property Set Definitions assigned to objects


I'm writing an AutoCAD (MEP?) plugin that needs to populate a Property Set Data that has been assigned to objects.

I have the Entity Handle of the objects and the data to assign, but I cannot find any documentation on how to programmatically insert data into a Property Set Definition, or how to programmatically pick/determine the Property Set Definition. This documentation seems to be completely missing from the API.

I can do it in the UI, by hand, but I'm looking for something where I can use the Forge Design Automation API.


Solution

  • Unfortunately, we don't yet have support for non-AutoCAD references or commands.