FDO .NET API Reference Feature Data Objects
System::Void OSGeo::FDO::Xml::WriteXml ( OSGeo::FDO::Common::Io::IoStream stream,
OSGeo::FDO::Xml::XmlFlags flags 
)

Writes to a stream. A complete XML document, containing this object, is written.

Parameters:
stream Input the stream. When this function completes, the stream's current position will be just after this object.
flags Input controls the writing of the elements to the stream. If NULL then the default flags are used (see XmlFlags::Create())


Comments or suggestions? Send us feedback.