Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
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