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)); }
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)); }