Wiki

This version is outdated by a newer approved version.DiffThis version (10 Feb 2021 11:47) was approved by Krithika Manchale.

This is an old revision of the document!


Click here to return back

Update Properties

This action allows the user to update a specific property of a given plugin. Return type is a success/failure message in the form of list of strings. The function call takes in 4 arguments.


API

list<string> UpdateProperties(1: string elementUid, 2: string propertyName, 3: string propertyType, 4: string propertyValue)


Arguments

  1. elementUid - Uid of shape whose property must be updated.
  2. propertyName - Name of the property to be updated.
  3. propertyType -Data type of the property’s value
  4. propertyValue -New value for the property


Result

“Updated property Successfully”.

Error

Error message sent out by the server application

resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/updateproperties.1593064911.txt.gz · Last modified: 25 Jun 2020 08:01 by Krithika Manchale