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. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Attribute.Mask]] | ^ parameter | maskId ( [[macros:type:string]] ) : Id of the mask. | ^ ::: | maskValue ( [[macros:type:string]] ) : "IPCGBES" string to set to. | ^ return value | [[macros:type:void]] | This is useful for switching entire attribute groups on/off. See example below. == Example in == [[macros:example:offonattribute:]]: Attribute.Mask.SetMask("OnOff", "IP") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~