FDO API Reference Feature Data Objects

System::Void XmlWriter::WriteAttribute System::String *  attributeName,
System::String *  attributeValue
 

Writes an attribute to the current element. A FdoException is thrown if this function is called immediately after WriteEndElement().

Parameters:
attributeName Input the element name. Must be a valid XML 1.0 attribute name.
attributeValue Input the element value.

Comments or suggestions? Send us feedback.