MetaObject.SetDisabled Method

Definition

Namespace: P1.ImageSdk

Set state of disabled atttribute.

public bool SetDisabled(bool state);

With this method the user can protect the value in an object from being changed.

Parameters:

state

Set the disabled state of the metaobject. True means it is disabled.