FDO .NET API Reference Feature Data Objects
System::Void OSGeo::FDO::Common::Xml::XmlWriter::WriteCharacters ( System::String *  characters  ) 

Writes simple (character) content for the current element. This function can be called multiple times for the same element. The characters are appended to the element's content. An Exception is thrown if there is no current element.

Parameters:
characters Input characters to append to the element content.


Comments or suggestions? Send us feedback.