BaseStateModel.GetStateValue(Int32) Method

Definition

Get the value of the state with the given index

public:
 int GetStateValue(int index);
public int GetStateValue (int index);
member this.GetStateValue : int -> int
Public Function GetStateValue (index As Integer) As Integer

Parameters

index
Int32

index of state to access

Returns

value of the state

Applies to