Arbor 3: FSM & BT Graph Editor  3.7.8
VariableListParameterReference Class Reference

Reference VariableList parameters. More...

Inheritance diagram for VariableListParameterReference:
ParameterReference IValueContainer

Public Member Functions

bool SetVariableList< TVariable > (IList< TVariable > value)
 Set Variable value More...
 
IList< TVariable > GetVariableList< TVariable > ()
 Get VariableList value More...
 

Properties

object value [get, set]
 Value of the parameter More...
 
- Properties inherited from ParameterReference
ParameterReferenceType type [get]
 Reference type of ParameterContainer More...
 
ParameterContainerBase container [get, set]
 Is stored to that container. More...
 
virtual Parameter.? Type referenceType [get]
 Returns the Parameter.Type to be referenced. More...
 
Parameterparameter [get]
 Get the parameters. More...
 
ParameterContainerBase constantContainer [get, set]
 Container specifying a constant More...
 

Additional Inherited Members

- Public Attributes inherited from ParameterReference
int id
 ID. More...
 
string name
 Paramenter name. More...
 

Detailed Description

Reference VariableList parameters.

Member Function Documentation

◆ GetVariableList< TVariable >()

IList<TVariable> GetVariableList< TVariable > ( )

Get VariableList value

Template Parameters
TVariableVariable value type
Returns
Value of Variable. If acquisition fails, it returns null.

◆ SetVariableList< TVariable >()

bool SetVariableList< TVariable > ( IList< TVariable >  value)

Set Variable value

Template Parameters
TVariableVariableList value type
Parameters
valueValue

Property Documentation

◆ value

object value
getset

Value of the parameter