Пример #1
0
 public void ReplaceGetLegendGraphicAt(GetLegendGraphicType newValue, int index)
 {
     ReplaceDomElementAt("", "GetLegendGraphic", index, newValue);
 }
Пример #2
0
 public void AddGetLegendGraphic(GetLegendGraphicType newValue)
 {
     AppendDomElement("", "GetLegendGraphic", newValue);
 }
Пример #3
0
 public void InsertGetLegendGraphicAt(GetLegendGraphicType newValue, int index)
 {
     InsertDomElementAt("", "GetLegendGraphic", index, newValue);
 }
Пример #4
0
		public void InsertGetLegendGraphicAt(GetLegendGraphicType newValue, int index)
		{
			InsertDomElementAt("", "GetLegendGraphic", index, newValue);
		}
Пример #5
0
		public void ReplaceGetLegendGraphicAt(GetLegendGraphicType newValue, int index)
		{
			ReplaceDomElementAt("", "GetLegendGraphic", index, newValue);
		}
Пример #6
0
		public void AddGetLegendGraphic(GetLegendGraphicType newValue)
		{
			AppendDomElement("", "GetLegendGraphic", newValue);
		}
Пример #7
0
 public DCPTypeEnumerator(GetLegendGraphicType par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #8
0
 public FormatEnumerator(GetLegendGraphicType par)
 {
     parent = par;
     nIndex = -1;
 }
Пример #9
0
			public DCPTypeEnumerator(GetLegendGraphicType par) 
			{
				parent = par;
				nIndex = -1;
			}
Пример #10
0
			public FormatEnumerator(GetLegendGraphicType par) 
			{
				parent = par;
				nIndex = -1;
			}