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

Remove Connection

This action allows the user to remove a specified connection between two elements on the parent canvas or schematic page. Return type is a success/failure message in the form of list of strings. It also returns channel and link created. The function call takes in 3 arguments.

API

list<string> RemoveConnection(1: string parentUid, 2: string channelUid, 3: string linkUid)


Arguments

  1. parentUid - The Uid of the parent canvas/Schematic onto which the plugin must be added
  2. channelUid- Uid of the channel which the link belongs to.
  3. linkUid -Uid of the link that is to be removed


Result

“Successfully removed the link: <linkUid>”.

Error

Error message sent out by the server application.

resources/tools-software/sigmastudiov2/usingsigmastudio/scripting/removeconnection.1593062888.txt.gz · Last modified: 25 Jun 2020 07:28 by Krithika Manchale