OpcStateMachineInitialStateAttribute Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines the initial state that a custom OpcStateMachineNode enters when it is activated.

C#

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class OpcStateMachineInitialStateAttribute : Attribute, _Attribute


Inheritance ObjectAttribute › OpcStateMachineInitialStateAttribute


Attributes AttributeUsageAttribute


Implements InteropServices._Attribute

Name Description
OpcStateMachineInitialStateAttribute(Object) Initializes a new instance of the OpcStateMachineInitialStateAttribute class using the state value to identify the initial state.
Name Description
State Gets a value uniquely identifying the state used as the initial state.