Kanzi  3.9.6
Kanzi Studio 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

◆ ControllerProperty

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.

◆ StateGroup

Gets the state group of the selected state.

The state group.

◆ StateObjects

IEnumerable<StateObject> StateObjects
get

Gets the state objects in the selected state.

The state objects.