FDO API Reference Feature Data Objects
static FDO_API FdoXmlFeatureWriter* FdoXmlFeatureWriter::Create ( FdoXmlWriter writer,
FdoXmlFeatureFlags flags = NULL 
) [static]

Creates a Feature Writer for writing FDO features to XML.

Parameters:
writer Input XML document writer. Specifies the XML document that the features will be written to . An FdoXmlFeaturePropertyWriter is automatically wrapped around this writer. This Feature Property Writer can be retrieved by calling GetFeaturePropertyWriter().
flags Input options for controlling the writing of the features. If NULL then the flags passed to the document writer are used.
Returns:
Returns FdoXmlFeatureWriter


Comments or suggestions? Send us feedback.