FDO API Reference Feature Data Objects

virtual FDO_API void FdoXmlFeatureWriter::WriteFeature FdoString elementTag = NULL  )  [virtual]
 

Writes the current feature to the XML document. If all features being written are of the same class then SetClassDefinition() can be called once and the WriteFeature() can be call repeatedly. In other words, the current class definition persists across WriteFeature() calls. Similarly, Property Values also persist across WriteFeature() calls. If the next feature to write has a property with different value from current feature, then SetProperty() must be called, to change the value, before next call to WriteFeature().

Parameters:
elementTag The tag for the output feature/object. If elementTag is null, the class name will be used as the element tag.

Comments or suggestions? Send us feedback.