public void InsertSecondsAt(SchemaInt newValue, int index) { if (newValue.IsNull() == false) { InsertDomChildAt(NodeType.Element, "", "Seconds", index, newValue.ToString()); } }
public void InsertlevelsAt(SchemaInt newValue, int index) { if (newValue.IsNull() == false) { InsertDomChildAt(NodeType.Attribute, "", "levels", index, newValue.ToString()); } }
public XmlNode Addlevels(SchemaInt newValue) { if (newValue.IsNull() == false) { return(AppendDomChild(NodeType.Attribute, "", "levels", newValue.ToString())); } return(null); }
public XmlNode AddSeconds(SchemaInt newValue) { if (newValue.IsNull() == false) { return(AppendDomChild(NodeType.Element, "", "Seconds", newValue.ToString())); } return(null); }
public void AddMins(SchemaInt newValue) { this.AppendDomChild(NodeType.Element, "", "Mins", newValue.ToString()); }
public void ReplaceMinsAt(SchemaInt newValue, int index) { this.ReplaceDomChildAt(NodeType.Element, "", "Mins", index, newValue.ToString()); }
public void InsertdistanceabovesurfaceAt(SchemaInt newValue, int index) { if (newValue.IsNull() == false) { InsertDomChildAt(NodeType.Attribute, "", "distanceabovesurface", index, newValue.ToString()); } }
public void ReplacedistanceabovesurfaceAt(SchemaInt newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "distanceabovesurface", index, newValue.ToString()); }
public void ReplaceTextureSizePixelsAt(SchemaInt newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "TextureSizePixels", index, newValue.ToString()); }
public XmlNode Adddistanceabovesurface(SchemaInt newValue) { if (newValue.IsNull() == false) { return(AppendDomChild(NodeType.Attribute, "", "distanceabovesurface", newValue.ToString())); } return(null); }
public void InsertSizeAt(SchemaInt newValue, int index) { InsertDomChildAt(NodeType.Attribute, "", "Size", index, newValue.ToString()); }
public void AddSeconds(SchemaInt newValue) { AppendDomChild(NodeType.Element, "", "Seconds", newValue.ToString()); }
public void ReplaceSamplesPerTileAt(SchemaInt newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "SamplesPerTile", index, newValue.ToString()); }
public void ReplacetilepixelsizeAt(SchemaInt newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "tilepixelsize", index, newValue.ToString()); }
public void AddSamplesPerTile(SchemaInt newValue) { AppendDomChild(NodeType.Element, "", "SamplesPerTile", newValue.ToString()); }
public void ReplaceNumberLevelsAt(SchemaInt newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "NumberLevels", index, newValue.ToString()); }
public void AddNumberLevels(SchemaInt newValue) { AppendDomChild(NodeType.Element, "", "NumberLevels", newValue.ToString()); }
public void InsertSecondsAt(SchemaInt newValue, int index) { this.InsertDomChildAt(NodeType.Element, "", "Seconds", index, newValue.ToString()); }
public void AddSize(SchemaInt newValue) { AppendDomChild(NodeType.Attribute, "", "Size", newValue.ToString()); }
public void InsertMinsAt(SchemaInt newValue, int index) { InsertDomChildAt(NodeType.Element, "", "Mins", index, newValue.ToString()); }
public void ReplacelevelsAt(SchemaInt newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "levels", index, newValue.ToString()); }
public void ReplaceSecondsAt(SchemaInt newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "Seconds", index, newValue.ToString()); }
public void AddTextureSizePixels(SchemaInt newValue) { AppendDomChild(NodeType.Element, "", "TextureSizePixels", newValue.ToString()); }