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

public bool IsModifiable();

It is just a convinience function to check if the readonly or disabled attribute has been set.

Returns:

true is returned if the value of the metaobject can be changed. otherwise false is returned.