ScriptType Enumeration
Determines if a property of type Text/Script is either a condition, instruction or not known
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum ScriptTypeMembers
| Unknown | 0 | |
| Condition | 1 | |
| Instruction | 2 |