.. _doxcsid-class_p1_1_1_image_sdk_1_1_meta_object_1ae51561901166563118b80602e4505e6e: MetaObject.SetDoubles Method ++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Set array of doubles to object. Can only be used on binary metaobjects with the correct type. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public bool SetDoubles(double[] values); It is the users responsability to use this function correctly. The type of the object can be retrieved by using the :ref:`GetType() ` method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. A rational is value represented as a fraction (nom/denom) instead of a float or double. nom and denon is of type unsigned long .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - values - Array of values to be set .. rubric:: Returns: kSuccess is returned if value was set. Error code is returned on error.