Материал из Module developer
Перейти к: навигация, поиск

module.RemoveRelation

Delete connection between properties. Properties that can be parts of connection: graphic items propreties, token values, values of driver feedback channels

Синтаксис

module.RemoveRelation(LHSName, RHSName)

Название Пример Описание
LHSName "Drivers.HDL-BUS Pro Network (UDP).HDL-MC48IPDMX.231:channel" type: string
Full path to the first property
RHSName "UI.Dimmer.Level.Value" type: string
Full path to the second property
На выходе
Boolean true type: Boolean
Result of connection deletion


Пример

module.RemoveRelation("Drivers.HDL-BUS Pro Network (UDP).HDL-MC48IPDMX.231:channel", "UI.Dimmer.Level.Value");

You can learn the full path to the property with the help of Relations in the studio.