Esempio n. 1
0
		public void InsertLongitudeAt(Type_LongitudeCoordinate2 newValue, int index)
		{
			InsertDomElementAt("", "Longitude", index, newValue);
		}
Esempio n. 2
0
		public void ReplaceLongitudeAt(Type_LongitudeCoordinate2 newValue, int index)
		{
			ReplaceDomElementAt("", "Longitude", index, newValue);
		}
 public void ReplaceEastAt(Type_LongitudeCoordinate2 newValue, int index)
 {
     ReplaceDomElementAt("", "East", index, newValue);
 }
Esempio n. 4
0
		public void AddLongitude(Type_LongitudeCoordinate2 newValue)
		{
			AppendDomElement("", "Longitude", newValue);
		}
 public void InsertEastAt(Type_LongitudeCoordinate2 newValue, int index)
 {
     InsertDomElementAt("", "East", index, newValue);
 }
 public void AddEast(Type_LongitudeCoordinate2 newValue)
 {
     AppendDomElement("", "East", newValue);
 }
		public void AddEast(Type_LongitudeCoordinate2 newValue)
		{
			AppendDomElement("", "East", newValue);
		}
Esempio n. 8
0
 public Value2Enumerator(Type_LongitudeCoordinate2 par)
 {
     parent = par;
     nIndex = -1;
 }
			public Value2Enumerator(Type_LongitudeCoordinate2 par) 
			{
				parent = par;
				nIndex = -1;
			}