Exemplo n.º 1
0
 public void ReplaceGetLegendGraphicAt(GetLegendGraphicType newValue, int index)
 {
     ReplaceDomElementAt("", "GetLegendGraphic", index, newValue);
 }
Exemplo n.º 2
0
 public void AddGetLegendGraphic(GetLegendGraphicType newValue)
 {
     AppendDomElement("", "GetLegendGraphic", newValue);
 }
Exemplo n.º 3
0
 public void InsertGetLegendGraphicAt(GetLegendGraphicType newValue, int index)
 {
     InsertDomElementAt("", "GetLegendGraphic", index, newValue);
 }
Exemplo n.º 4
0
		public void InsertGetLegendGraphicAt(GetLegendGraphicType newValue, int index)
		{
			InsertDomElementAt("", "GetLegendGraphic", index, newValue);
		}
Exemplo n.º 5
0
		public void ReplaceGetLegendGraphicAt(GetLegendGraphicType newValue, int index)
		{
			ReplaceDomElementAt("", "GetLegendGraphic", index, newValue);
		}
Exemplo n.º 6
0
		public void AddGetLegendGraphic(GetLegendGraphicType newValue)
		{
			AppendDomElement("", "GetLegendGraphic", newValue);
		}
Exemplo n.º 7
0
 public DCPTypeEnumerator(GetLegendGraphicType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemplo n.º 8
0
 public FormatEnumerator(GetLegendGraphicType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemplo n.º 9
0
			public DCPTypeEnumerator(GetLegendGraphicType par) 
			{
				parent = par;
				nIndex = -1;
			}
Exemplo n.º 10
0
			public FormatEnumerator(GetLegendGraphicType par) 
			{
				parent = par;
				nIndex = -1;
			}