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

Creates a Feature Writer for writing FDO features to XML.

Parameters:
writer Input Feature Property Writer. Specifies the XML document that the features will be written to.
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.