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