Esempio n. 1
0
 public static void RemoveY2(this IAttXy2 e)
 {
     MeiAtt_controller.RemoveAttribute(e, "y2");
 }
Esempio n. 2
0
 public static bool HasY2(this IAttXy2 e)
 {
     return(MeiAtt_controller.HasAttribute(e, "y2"));
 }
Esempio n. 3
0
 public static XAttribute GetY2Attribute(this IAttXy2 e)
 {
     return(MeiAtt_controller.GetAttribute(e, "y2"));
 }
Esempio n. 4
0
 public static string GetY2Value(this IAttXy2 e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "y2"));
 }
Esempio n. 5
0
 public static void SetY2(this IAttXy2 e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "y2", _val);
 }