Пример #1
0
 public RotationZEnumerator(Type_Orientation par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #2
0
 public XmlNode AddOrientation(Type_Orientation newValue)
 {
     return AppendDomElement("", "Orientation", newValue);
 }
Пример #3
0
 public void InsertOrientationAt(Type_Orientation newValue, int index)
 {
     InsertDomElementAt("", "Orientation", index, newValue);
 }
Пример #4
0
 public void ReplaceOrientationAt(Type_Orientation newValue, int index)
 {
     ReplaceDomElementAt("", "Orientation", index, newValue);
 }
Пример #5
0
 public RotationZEnumerator(Type_Orientation par)
 {
     parent = par;
     nIndex = -1;
 }