.. _doxcsid-class_p1_1_1_image_sdk_1_1_meta_object_1acb4a97c82e12e7da90185a5872ee8fdb: MetaObject.GetUWord Method ++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Get scalar unsigned word from object. Can only be used on binary metaobjects with the correct type. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public ushort GetUWord(ref bool error); 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. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - error - This parameter refers to a variable where function can store the error state. .. rubric:: Returns: The value of the object. If it was not success full the error flag will be set and 0 is returned.