Wiki

The most recent version of this page is a draft.DiffThis version (16 Nov 2021 03:17) was approved by Nikhin Shetty.

This is an old revision of the document!


Click here to return back

Update Numeric Property

This action allows the user to update a numeric property of a given plugin. The function call takes in 3 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 UpdateNumericProperty(string elementUid, string propertyName, double propertyVal);


Arguments

  1. elementUid - Uid of shape whose property must be updated.
  2. propertyName - Name of the Boolean property to be updated.
  3. propertyVal - New numeric value for the property.


Result

SSPResult contains 'IsSuccess' flag and 'Message' information of the UpdateNumericProperty 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.



/srv/wiki.analog.com/data/pages/resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/updatenumericproperty.txt · Last modified: 16 Nov 2021 03:18 by Nikhin Shetty