Exemplo n.º 1
0
 public XmlNode Addtilepixelsize(SchemaInt newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "tilepixelsize", newValue.ToString());
     return null;
 }
Exemplo n.º 2
0
 public void ReplacetilepixelsizeAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "tilepixelsize", index, newValue.ToString());
 }
Exemplo n.º 3
0
 public XmlNode Adddistanceabovesurface(SchemaInt newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "distanceabovesurface", newValue.ToString());
     return null;
 }
Exemplo n.º 4
0
 public void ReplaceIconHeightPixelsAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "IconHeightPixels", index, newValue.ToString());
 }
Exemplo n.º 5
0
		public void InsertSecondsAt(SchemaInt newValue, int index)
		{
			InsertDomChildAt(NodeType.Element, "", "Seconds", index, newValue.ToString());
		}
Exemplo n.º 6
0
		public void AddSamplesPerTile(SchemaInt newValue)
		{
			AppendDomChild(NodeType.Element, "", "SamplesPerTile", newValue.ToString());
		}
Exemplo n.º 7
0
 public XmlNode AddTextureWidthPixels(SchemaInt newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "TextureWidthPixels", newValue.ToString());
     return null;
 }
Exemplo n.º 8
0
 public void InsertNumberLevelsAt(SchemaInt newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "NumberLevels", index, newValue.ToString());
 }
Exemplo n.º 9
0
 public XmlNode AddNumberLevels(SchemaInt newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "NumberLevels", newValue.ToString());
     return null;
 }
Exemplo n.º 10
0
		public void AddIconHeightPixels(SchemaInt newValue)
		{
			AppendDomChild(NodeType.Element, "", "IconHeightPixels", newValue.ToString());
		}
Exemplo n.º 11
0
 public void ReplaceSecondsAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "Seconds", index, newValue.ToString());
 }
Exemplo n.º 12
0
		public void InsertIconWidthPixelsAt(SchemaInt newValue, int index)
		{
			InsertDomChildAt(NodeType.Element, "", "IconWidthPixels", index, newValue.ToString());
		}
Exemplo n.º 13
0
		public void InsertTextureHeightPixelsAt(SchemaInt newValue, int index)
		{
			InsertDomChildAt(NodeType.Element, "", "TextureHeightPixels", index, newValue.ToString());
		}
Exemplo n.º 14
0
		public void AddTextureWidthPixels(SchemaInt newValue)
		{
			AppendDomChild(NodeType.Element, "", "TextureWidthPixels", newValue.ToString());
		}
Exemplo n.º 15
0
		public void AddNumberLevels(SchemaInt newValue)
		{
			AppendDomChild(NodeType.Element, "", "NumberLevels", newValue.ToString());
		}
Exemplo n.º 16
0
 public void InsertdistanceabovesurfaceAt(SchemaInt newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "distanceabovesurface", index, newValue.ToString());
 }
Exemplo n.º 17
0
		public void ReplaceNumberLevelsAt(SchemaInt newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Element, "", "NumberLevels", index, newValue.ToString());
		}
Exemplo n.º 18
0
 public void InserttilepixelsizeAt(SchemaInt newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "tilepixelsize", index, newValue.ToString());
 }
Exemplo n.º 19
0
		public void ReplaceSamplesPerTileAt(SchemaInt newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Element, "", "SamplesPerTile", index, newValue.ToString());
		}
Exemplo n.º 20
0
 public void ReplacedistanceabovesurfaceAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "distanceabovesurface", index, newValue.ToString());
 }
Exemplo n.º 21
0
 public void InsertTextureWidthPixelsAt(SchemaInt newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "TextureWidthPixels", index, newValue.ToString());
 }
Exemplo n.º 22
0
 public void ReplacelevelsAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "levels", index, newValue.ToString());
 }
Exemplo n.º 23
0
 public void ReplaceTextureWidthPixelsAt(SchemaInt newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "TextureWidthPixels", index, newValue.ToString());
 }
Exemplo n.º 24
0
		public void AddSeconds(SchemaInt newValue)
		{
			AppendDomChild(NodeType.Element, "", "Seconds", newValue.ToString());
		}