cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Miha Nahtigal
Advocate
since ‎2006-09-19
Online

User Statistics

  • 127 Posts
  • 17 Solutions
  • 18 Likes given
  • 51 Likes received

User activity

HI everyone. I am looking for a way to get a parameter description from a placed GSM object. I can get parameter's name with const API_AddParType& parameter = (*memo.params)[ii]; GS::UniString ParameterName = parameter.name; but the values of "valueD...
Hi everyone. I have a UC::PopupMenu control on my dialog modal window which opens a custom popup. Would it be possible to create a multi-level popup with the UC::PopupMenu control mentioned above? 
I am trying to implement global handler/observer when elements get deleted, without applying ACAPI_Notify_InstallElementObserver to each element in my project. A function like ACAPI_Notify_CatchNewElement -> ACAPI_Notify_CatchDeleteElement would be g...
I am trying to extract element's quantities with ACAPI_Element_GetQuantities() in section views. When working from floor plans or 3d views everything works fine. Unfortunatelly not in sections. I get APIERR_BADDATABASE error. "Element" parameter is c...
Hello, I'm looking for a way to access the height of opening in text of dimension info and add there some text (in addition to the text that already there). Adding 3 pictures to show what I mean Adding Configuration image, and before and after images...