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