Пример #1
0
 public default2Enumerator(ExtentType par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #2
0
 public nearestValueEnumerator(ExtentType par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #3
0
			public nearestValueEnumerator(ExtentType par) 
			{
				parent = par;
				nIndex = -1;
			}
Пример #4
0
 public nameEnumerator(ExtentType par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #5
0
			public default2Enumerator(ExtentType par) 
			{
				parent = par;
				nIndex = -1;
			}
Пример #6
0
			public nameEnumerator(ExtentType par) 
			{
				parent = par;
				nIndex = -1;
			}
Пример #7
0
		public void ReplaceExtentAt(ExtentType newValue, int index)
		{
			ReplaceDomElementAt("", "Extent", index, newValue);
		}
Пример #8
0
		public void InsertExtentAt(ExtentType newValue, int index)
		{
			InsertDomElementAt("", "Extent", index, newValue);
		}
Пример #9
0
		public void AddExtent(ExtentType newValue)
		{
			AppendDomElement("", "Extent", newValue);
		}