public void ReplaceactivelayersAt(activelayersType newValue, int index) { ReplaceDomElementAt("", "activelayers", index, newValue); }
public void Addactivelayers(activelayersType newValue) { AppendDomElement("", "activelayers", newValue); }
public void InsertactivelayersAt(activelayersType newValue, int index) { InsertDomElementAt("", "activelayers", index, newValue); }
public datasetEnumerator(activelayersType par) { parent = par; nIndex = -1; }
public XmlNode Addactivelayers(activelayersType newValue) { return(AppendDomElement("", "activelayers", newValue)); }
public XmlNode Addactivelayers(activelayersType newValue) { return AppendDomElement("", "activelayers", newValue); }