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