Click or drag to resize
StaMaStateCollectionItem Property (String)
Gets the State with a specific name within the Region.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public State this[
	string stateName
] { get; }

Parameters

stateName
Type: SystemString
The name of the State.

Return Value

Type: State
The State with the specified name, or null if there is no such State.
See Also