FDO API Reference Feature Data Objects
virtual FDO_API FdoBoolean FdoXmlFeatureHandler::FeatureProperty ( FdoXmlFeatureContext featureContext,
FdoString name,
FdoDouble  doublePropertyValue 
) [virtual]

Default feature handler callback that is called when the FdoXmlFeaturePropertyReader encounters a property with double value. Logs an error when the current ErrorLevel is High or Normal. An error is also logged when the ErrorLevel is Low and the current property is not nullable.

Parameters:
featureContext Input caller specified contextual information
name Input property name
doublePropertyValue Input double property value
Returns:
Returning true causes the current parse to stop. Returning false causes the parse to continue. Return value is ignored if the current parse is not an incremental parse ( see FdoXmlFeaturePropertyReader::Parse())


Comments or suggestions? Send us feedback.