Example #1
0
		public void ReplaceOrientationAt(Type_Orientation2 newValue, int index)
		{
			ReplaceDomElementAt("", "Orientation", index, newValue);
		}
Example #2
0
		public void InsertOrientationAt(Type_Orientation2 newValue, int index)
		{
			InsertDomElementAt("", "Orientation", index, newValue);
		}
 public RotationZEnumerator(Type_Orientation2 par)
 {
     parent = par;
     nIndex = -1;
 }
Example #4
0
		public void AddOrientation(Type_Orientation2 newValue)
		{
			AppendDomElement("", "Orientation", newValue);
		}
			public RotationZEnumerator(Type_Orientation2 par) 
			{
				parent = par;
				nIndex = -1;
			}