0

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.

Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44
Broam
  • 4,602
  • 1
  • 23
  • 38

1 Answers1

0

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

Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44
  • Feel free to let me know when that changes. In the meantime I'll develop an Add-In for AutoCAD MEP Instead, thanks. – Broam Sep 24 '18 at 13:05