Ejemplo n.º 1
0
 public RotationZEnumerator(Type_Orientation par)
 {
     parent = par;
     nIndex = -1;
 }
Ejemplo n.º 2
0
 public XmlNode AddOrientation(Type_Orientation newValue)
 {
     return AppendDomElement("", "Orientation", newValue);
 }
Ejemplo n.º 3
0
 public void InsertOrientationAt(Type_Orientation newValue, int index)
 {
     InsertDomElementAt("", "Orientation", index, newValue);
 }
Ejemplo n.º 4
0
 public void ReplaceOrientationAt(Type_Orientation newValue, int index)
 {
     ReplaceDomElementAt("", "Orientation", index, newValue);
 }
Ejemplo n.º 5
0
 public RotationZEnumerator(Type_Orientation par)
 {
     parent = par;
     nIndex = -1;
 }