示例#1
0
 public void ReplacecameraorientationAt(cameraorientationType newValue, int index)
 {
     ReplaceDomElementAt("", "cameraorientation", index, newValue);
 }
示例#2
0
 public void InsertcameraorientationAt(cameraorientationType newValue, int index)
 {
     InsertDomElementAt("", "cameraorientation", index, newValue);
 }
示例#3
0
 public XmlNode Addcameraorientation(cameraorientationType newValue)
 {
     return(AppendDomElement("", "cameraorientation", newValue));
 }
示例#4
0
 public tiltEnumerator(cameraorientationType par)
 {
     parent = par;
     nIndex = -1;
 }
示例#5
0
 public headingEnumerator(cameraorientationType par)
 {
     parent = par;
     nIndex = -1;
 }
示例#6
0
 public altitudeEnumerator(cameraorientationType par)
 {
     parent = par;
     nIndex = -1;
 }