.. _doxcsid-class_p1_1_1_image_sdk_1_1_meta_object_1ac24d59e0f871be3dbc3eb633dcfa2609: MetaObject.IsReadOnly Method ++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Get state of readonly atttribute. If metaobject is readonly then it can only be read (using a getter function) .. ref-code-block:: csharp :class: doxyrest-overview-code-block public bool IsReadOnly(); Its the underlying system that determines if a value is readonly. The user cannot set this. The corresponding user functions is :ref:`SetDisabled(bool state) ` .. rubric:: Returns: true is returned if it is readonly. otherwise false is returned.