Esempio n. 1
0
 public static void RemoveBeamWith(this IAttBeamedwith e)
 {
     MeiAtt_controller.RemoveAttribute(e, "beam.with");
 }
Esempio n. 2
0
 public static XAttribute GetBeamWith(this IAttBeamedwith e)
 {
     return(MeiAtt_controller.GetAttribute(e, "beam.with"));
 }
Esempio n. 3
0
 public static bool HasBeamWith(this IAttBeamedwith e)
 {
     return(MeiAtt_controller.HasAttribute(e, "beam.with"));
 }
Esempio n. 4
0
 public static void SetBeamWith(this IAttBeamedwith e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "beam.with", _val);
 }