public static void RemoveSlope(this IAttBeamrend e) { MeiAtt_controller.RemoveAttribute(e, "slope"); }
public static XAttribute GetSlope(this IAttBeamrend e) { return(MeiAtt_controller.GetAttribute(e, "slope")); }
public static bool HasSlope(this IAttBeamrend e) { return(MeiAtt_controller.HasAttribute(e, "slope")); }
public static void SetSlope(this IAttBeamrend e, string _val) { MeiAtt_controller.SetAttribute(e, "slope", _val); }
public static void RemoveForm(this IAttBeamrend e) { MeiAtt_controller.RemoveAttribute(e, "form"); }
public static bool HasForm(this IAttBeamrend e) { return(MeiAtt_controller.HasAttribute(e, "form")); }
public static XAttribute GetForm(this IAttBeamrend e) { return(MeiAtt_controller.GetAttribute(e, "form")); }
public static void SetForm(this IAttBeamrend e, string _val) { MeiAtt_controller.SetAttribute(e, "form", _val); }