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)
public bool IsReadOnly();
Its the underlying system that determines if a value is readonly. The user cannot set this. The corresponding user functions is SetDisabled(bool state)
Returns:
true is returned if it is readonly. otherwise false is returned.