.. _doxcsid-class_p1_1_1_image_sdk_1_1_meta_object_1a581b57605834b35bbb2ec7dbc4ee97d5: MetaObject.SetDisabled Method +++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Set state of disabled atttribute. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public bool SetDisabled(bool state); With this method the user can protect the value in an object from being changed. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - state - Set the disabled state of the metaobject. True means it is disabled.