Function

Attribute.Mask.SetMask

Void Attribute.Mask.SetMask(String maskId, String maskValue)
API http://api.avolites.com/11.0/Attribute.Mask.SetMask.html
description Set a mask to a textual value.
namespace Attribute.Mask
parameter maskId ( String ) : Id of the mask.
maskValue ( String ) : “IPCGBES” string to set to.
return value Void

This is useful for switching entire attribute groups on/off. See example below.

Example in

Off/On Attribute (snippets):

Attribute.Mask.SetMask("OnOff", "IP")
Also used in
Remarks