Beispiel #1
0
 public static void RemoveSigShowchange(this IAttKeySigVis e)
 {
     MeiAtt_controller.RemoveAttribute(e, "sig.showchange");
 }
Beispiel #2
0
 public static XAttribute GetSigShowchange(this IAttKeySigVis e)
 {
     return(MeiAtt_controller.GetAttribute(e, "sig.showchange"));
 }
Beispiel #3
0
 public static bool HasSigShowchange(this IAttKeySigVis e)
 {
     return(MeiAtt_controller.HasAttribute(e, "sig.showchange"));
 }
Beispiel #4
0
 public static void SetSigShowchange(this IAttKeySigVis e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "sig.showchange", _val);
 }