示例#1
0
 internal override void SetXML(XmlElement xml, BaseClassIfc host, Dictionary <string, XmlElement> processed)
 {
     base.SetXML(xml, host, processed);
     if (mFixedAxisVertical != IfcLogicalEnum.UNKNOWN)
     {
         xml.SetAttribute("FixedAxisVertical", (mFixedAxisVertical == IfcLogicalEnum.TRUE ? "true" : "false"));
     }
     xml.AppendChild(Inclinating.GetXML(xml.OwnerDocument, "Inclinating", this, processed));
 }
示例#2
0
 internal override void SetXML(XmlElement xml, BaseClassIfc host, Dictionary <string, XmlElement> processed)
 {
     base.SetXML(xml, host, processed);
     xml.AppendChild(Inclinating.GetXML(xml.OwnerDocument, "Inclinating", this, processed));
 }