ActionItemBaseTAction, TCollectionGetVariable Method

Get the value of the specified variable on the provided item instance.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static Object GetVariable(
	TAction item,
	string name
)

Parameters

item  TAction
Reference to the item whose variable will be read.
name  String
Name of the variable to read.

Return Value

Object
Reference to the variable value read.

See Also