.. _doxcsid-class_p1_1_1_image_sdk_1_1_meta_object_1ab9ea195240db9549ffe7f6b16ca9e660: MetaObject.SetWritable Method +++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Set state of writable atttribute. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public bool SetWritable(bool state); With this method the user can decide if a metaobject is allowed to be written to an output image file. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - state - Set the writable state of the metaobject. True means it is writable.