Disable
- Last UpdatedOct 12, 2016
- 1 minute read
The following elements can be specified for a disable animation link.
|
Elements |
Description |
|---|---|
|
Title |
Object name. Optional. |
|
State |
{On, off}. Default is On. Required if the optional schema is used. |
|
Expression |
Discrete tag or expression. Required. Object is not created if the expression is invalid or missing. |
Example:
<Disable>
<Title>Disable1</Title>
<Expression>dTag001</Expression>
<State>On</State>
</Disable>
Minimal example:
<Disable>
<Expression>dTag001</Expression>
<State>On</State>
</Disable>