.. _doxcsid-class_p1_1_1_image_sdk_1_1_meta_object_1a02d897fde61c8d387f85154c53e82de7: MetaObject.IsModifiable Method ++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Is the metaobject modifiable. Use this function to check if its possible to modify the value of the metaobject .. ref-code-block:: csharp :class: doxyrest-overview-code-block public bool IsModifiable(); It is just a convinience function to check if the readonly or disabled attribute has been set. .. rubric:: Returns: true is returned if the value of the metaobject can be changed. otherwise false is returned.