public BoundingBoxOverlapType(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Esempio n. 2
0
 public void InsertzAt(SchemaDecimal newValue, int index)
 {
     InsertDomChildAt(NodeType.Element, "", "z", index, newValue.ToString());
 }
Esempio n. 3
0
 public LevelZeroTileSizeDegreesType(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Esempio n. 4
0
		public MinViewRangeType(SchemaDecimal newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Esempio n. 5
0
 public MinDisplayAltitudeType2(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Esempio n. 6
0
 public void ReplaceDistanceAboveSurfaceAt(SchemaDecimal newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "DistanceAboveSurface", index, newValue.ToString());
 }
Esempio n. 7
0
		public MaximumDisplayAltitudeType(SchemaDecimal newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Esempio n. 8
0
		public BoundingBoxOverlapType2(SchemaDecimal newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Esempio n. 9
0
 public void Addy(SchemaDecimal newValue)
 {
     this.AppendDomChild(NodeType.Element, "", "y", newValue.ToString());
 }
Esempio n. 10
0
 public void ReplaceLevelZeroTileSizeDegreesAt(SchemaDecimal newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "LevelZeroTileSizeDegrees", index, newValue.ToString());
 }
Esempio n. 11
0
		public LevelZeroTileSizeDegreesType(SchemaDecimal newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Esempio n. 12
0
 public void AddLevelZeroTileSizeDegrees(SchemaDecimal newValue)
 {
     AppendDomChild(NodeType.Element, "", "LevelZeroTileSizeDegrees", newValue.ToString());
 }
Esempio n. 13
0
 public void ReplaceEquatorialRadiusAt(SchemaDecimal newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "EquatorialRadius", index, newValue.ToString());
 }
Esempio n. 14
0
 public void AddEquatorialRadius(SchemaDecimal newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "EquatorialRadius", newValue.ToString());
 }
Esempio n. 15
0
 public ValueType2(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Esempio n. 16
0
 public void Addresx(SchemaDecimal newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "resx", newValue.ToString());
 }
Esempio n. 17
0
 public void AddDistanceAboveSurface(SchemaDecimal newValue)
 {
     AppendDomChild(NodeType.Element, "", "DistanceAboveSurface", newValue.ToString());
 }
Esempio n. 18
0
 public void InsertresxAt(SchemaDecimal newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "resx", index, newValue.ToString());
 }
Esempio n. 19
0
		public DistanceAboveSurfaceType2(SchemaDecimal newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Esempio n. 20
0
 public void ReplaceresxAt(SchemaDecimal newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "resx", index, newValue.ToString());
 }
Esempio n. 21
0
 public MinViewRangeType2(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Esempio n. 22
0
 public DistanceAboveSurfaceType2(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Esempio n. 23
0
 public ValueType(SchemaDecimal newValue) : base(newValue)
 {
     this.Validate();
 }
Esempio n. 24
0
		public ScaleFactorType2(SchemaDecimal newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Esempio n. 25
0
 public void Addz(SchemaDecimal newValue)
 {
     AppendDomChild(NodeType.Element, "", "z", newValue.ToString());
 }
Esempio n. 26
0
 public ScaleFactorType(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Esempio n. 27
0
 public void ReplacezAt(SchemaDecimal newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "z", index, newValue.ToString());
 }
Esempio n. 28
0
 public MaximumDisplayAltitudeType(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }