bool getDouble(string entityName, string attributeName, double &out)/enmlFile

Copies into out the parsed value of a double attribute named attributeName contained in entityName.

If the attribute does not exist or the parsing fails, the out value remains unchanged.