public FormatEnumerator(GetLegendGraphicType par) { parent = par; nIndex = -1; }
public DCPTypeEnumerator(GetLegendGraphicType par) { parent = par; nIndex = -1; }
public void ReplaceGetLegendGraphicAt(GetLegendGraphicType newValue, int index) { ReplaceDomElementAt("", "GetLegendGraphic", index, newValue); }
public void InsertGetLegendGraphicAt(GetLegendGraphicType newValue, int index) { InsertDomElementAt("", "GetLegendGraphic", index, newValue); }
public XmlNode AddGetLegendGraphic(GetLegendGraphicType newValue) { return(AppendDomElement("", "GetLegendGraphic", newValue)); }
public XmlNode AddGetLegendGraphic(GetLegendGraphicType newValue) { return AppendDomElement("", "GetLegendGraphic", newValue); }