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