.. _doxcsid-class_p1_1_1_image_sdk_1_1_meta_object_1aec07b511d8f99d4402b04c3e71a3bec9: MetaObject.IsWritable Method ++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Get state of writable atttribute. If metaobject writable then it will be written to output files, otherwise it will not. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public bool IsWritable(); This is a way to control if a metaobject should be written to an output image file. .. rubric:: Returns: true is returned if it is writable. otherwise false is returned..