Kanzi  3.9.8
Kanzi Studio plugin API
State Interface Reference

Configure states in a state group. More...

Inheritance diagram for State:
[legend]
Collaboration diagram for State:
[legend]

Properties

Property ControllerProperty [get]
 Gets the value of the Controller Property property set in the state group of the selected state. More...
 
StateGroup StateGroup [get]
 Gets the state group of the selected state. More...
 
IEnumerable< StateObjectStateObjects [get]
 Gets the state objects in the selected state. More...
 

Detailed Description

Configure states in a state group.

See also
StateGroup, StateObject, StateTransition, StateBase, ProjectItem, Project.StateManagerLibrary

Property Documentation

Property ControllerProperty
get

Gets the value of the Controller Property property set in the state group of the selected state.

In a state group the value of the property you select as the Controller Property defines the conditions when each state in a state group is active.

The value of the Controller Property property.

Gets the state group of the selected state.

The state group.

IEnumerable<StateObject> StateObjects
get

Gets the state objects in the selected state.

The state objects.