cfranklin
Newcomer
since ‎2019-06-12
‎2021-09-02

User Statistics

  • 16 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

User activity

I'm trying to delete a layout via plugin, and it seems that the APIDb_DeleteDatabaseID command is a "complete operation" and cannot be called from either undoable commands or regular commands. I'm a bit lost as to how to use this function and delete ...
Hi,I'm looking at the Database_Control example for Archicad 23 and I see that the example shows using a define to convert: UNISTR_TO_LIBXLSTR(str) (str.ToUstr ()) , however I cannot get the example or my own project to build when following this code....
Hey guys,I'm writing a plugin for our firm that makes heavy use of ACAPI_Interface(APIIo_HighlightElementsID); to highlight elements not drawn to our standard in real-time (i.e. walls drawn with a slight angle).This has worked great, but I'd love to ...
My team has created a plugin for our office that gives the user visual feedback if walls are drawn slightly askew or to a non-buildable dimension.This plugin accomplishes this via notification manager and attaching observers to:- newly drawn walls- n...
Hey again.I can't seem to locate the string used to get the lockable for graphic override combinations or rules anywhere, and the examples don't seem to include this either. Even the example dealing with overrides and creating them through a plugin o...