Version: 
Back to list

Scene :: getActivePropertyValue

Synopsis

   Get the value of a property on the first parent that own it

GUI Dialog

   

Script function

   scene.getActivePropertyValue(occurrence, propertyName[, cacheProperty]) -> value

Parameters

   occurrence (Occurrence) : An occurrence
   propertyName (String) : Property name
   cacheProperty (Boolean[optional] : If true, the property will be copied on all ancestor of occurrence below the property owner to speed up future calls

Return value

   value (String) : Property value