aras.setItemProperty Method
Set property value with specified name to Item node.Syntax
aras.setItemProperty(srcNode,element,value,apply_the_change_to_all_found,itemTypeNd)Parameters
Name | Type | Description |
---|---|---|
srcNode | Object | Required. Item node. |
element | String | Required. Property name. |
value | String | Required. Property value. |
apply_the_change_to_all_found | Boolean | Optional. Specify if apply to all cached data. Default is true. |
itemTypeNd | Object | Optional. ItemType node for checking whether the data type of specified property is "Item". If not set, the function will get it automatically. |
See Also
aras ObjectAras Innovator Client Framework
Comments
Post a Comment