Esempio n. 1
0
 public void InsertcameraorientationAt(cameraorientationType newValue, int index)
 {
     InsertDomElementAt("", "cameraorientation", index, newValue);
 }
Esempio n. 2
0
 public void ReplacecameraorientationAt(cameraorientationType newValue, int index)
 {
     ReplaceDomElementAt("", "cameraorientation", index, newValue);
 }
Esempio n. 3
0
 public XmlNode Addcameraorientation(cameraorientationType newValue)
 {
     return AppendDomElement("", "cameraorientation", newValue);
 }