Properties
Static Methods
getProperties
25.0Properties
Return Property Owner Object
Parameters
Name | Type | Description |
---|---|---|
propertyOwnerObject | any | This can also be object instance of Project, Sequence etc.. |
Instance Methods
createClearValueAction
25.0object
Create an action to clear the value with the given name. This method can fail if e.g. the underlying properties object does not support action based setting of properties.
Parameters
Name | Type | Description |
---|---|---|
name | string | - |
createSetValueAction
25.0object
Create an action to set a named value through scripting. The parameters are <name, value (number, boolean or string), persistence flag>. This method can fail if e.g. the underlying properties object does not support action based setting of properties.
getValue
25.0string
Get named value in native string form
Parameters
Name | Type | Description |
---|---|---|
name | string | - |
getValueAsBool
25.0boolean
Get named value as boolean
Parameters
Name | Type | Description |
---|---|---|
name | string | - |
getValueAsFloat
25.0number
Get named value as float number
Parameters
Name | Type | Description |
---|---|---|
name | string | - |
getValueAsInt
25.0number
Get named value as integer number
Parameters
Name | Type | Description |
---|---|---|
name | string | - |
hasValue
25.0boolean
Check if a named value exists under this name.
Parameters
Name | Type | Description |
---|---|---|
name | string | - |