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