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