public void InsertcameraorientationAt(cameraorientationType newValue, int index) { InsertDomElementAt("", "cameraorientation", index, newValue); }
public void ReplacecameraorientationAt(cameraorientationType newValue, int index) { ReplaceDomElementAt("", "cameraorientation", index, newValue); }
public XmlNode Addcameraorientation(cameraorientationType newValue) { return AppendDomElement("", "cameraorientation", newValue); }