Wiki

This version (15 Nov 2021 12:13) was approved by Nikhin Shetty.The Previously approved version (25 Jun 2020 08:01) is available.Diff

Click here to return back

Update Properties

This action allows the user to update a specific property of a given plugin. The function call takes in 4 arguments. Return type is a SSPResult which contains a IsSuccess flag for success/failure and Message in the form of list of strings.


API

SSPResult UpdateProperties(string elementUid, string propertyName, string propertyType, 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

SSPResult contains 'IsSuccess' flag and 'Message' information of the UpdateProperties action.

  1. IsSuccess is 'True' if the property updated successful, else 'False'.
  2. Message contains the Success/Failure information in the form of list of string.



resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/updateproperties.txt · Last modified: 15 Nov 2021 11:20 by Nikhin Shetty