Esempio n. 1
0
		public void ReplaceBoundingBoxOverlapAt(BoundingBoxOverlapType2 newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Element, "", "BoundingBoxOverlap", index, newValue.ToString());
		}
Esempio n. 2
0
		public void AddBoundingBoxOverlap(BoundingBoxOverlapType2 newValue)
		{
			AppendDomChild(NodeType.Element, "", "BoundingBoxOverlap", newValue.ToString());
		}