Wiki

This version (15 Mar 2024 12:00) was approved by Arpit Arora.

Click here to return back

Update Label

This action allows the user to change the label of the specified shape. The function call takes in 2 arguments. This API returns the SSPResult type.


API

SSPResult UpdateLabel(string shapeUid, string label)


Arguments

  1. shapeUid- Uid of the Shape where the user wants to change the label.
  2. label- The new changed label.


Result

SSPResult contains 'IsSuccess' flag and 'Message' information for the UpdateLabel action.

  1. IsSuccess is 'True' if the label is changed successfully, else 'False'.
  2. Message contains the Success/Failure information in the form of list of string.



resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/updatelabel.txt · Last modified: 15 Mar 2024 11:01 by Arpit Arora