Facility Control

 View Only
  • 1.  ogscript object for Visibility

    Posted 09-05-2019 03:06

    Is there a code snippet to access the DB8.6 ability to set objects as visible or not. I tried some guesses, but struct out.

    Something like 

    ogscript.setVisibility('oid', true/false);

    Thanks!



  • 2.  RE: ogscript object for Visibility

    Posted 09-05-2019 12:40
    ogscript.hide("objectid");
    ogscript.reveal("objectid");

     


    #DashBoard