Punkman X1 API

Map.CreateAttr Method (XmlDocument, String, String)

Creates attribute of XmlNode

private XmlAttribute CreateAttr(
   XmlDocument xml,
   string name,
   string value
);

Parameters

xml
XML Document
name
Name of attribute
value
Value of attribute

Return Value

Created attribute

See Also

Map Class | PunkMan.Shared Namespace | Map.CreateAttr Overload List