A state for use in a StateMachine

Namespace: yWorks.Support
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public sealed class State
Visual Basic
Public NotInheritable Class State

Remarks

A state may be connected to other states via Transitions. Creating a state is done via the CreateState()()()() method and its overloads.

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..State

See Also