Example #1
0
 public static void RemoveVuHeight(this IAttScoreDefVis e)
 {
     MeiAtt_controller.RemoveAttribute(e, "vu.height");
 }
Example #2
0
 public static string GetVuHeightValue(this IAttScoreDefVis e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "vu.height"));
 }
Example #3
0
 public static bool HasVuHeight(this IAttScoreDefVis e)
 {
     return(MeiAtt_controller.HasAttribute(e, "vu.height"));
 }
Example #4
0
 public static void SetVuHeight(this IAttScoreDefVis e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "vu.height", _val);
 }