Exemple #1
0
 public void ReplaceboundingboxAt(boundingboxType newValue, int index)
 {
     ReplaceDomElementAt("", "boundingbox", index, newValue);
 }
Exemple #2
0
 public XmlNode Addboundingbox(boundingboxType newValue)
 {
     return AppendDomElement("", "boundingbox", newValue);
 }
Exemple #3
0
 public void InsertboundingboxAt(boundingboxType newValue, int index)
 {
     InsertDomElementAt("", "boundingbox", index, newValue);
 }