SetFloatList

SetFloatList(string, IList<float>)

public bool SetFloatList(string name, IList<float> value) ;

Description

It wants to set the value of the FloatList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetFloatList(int, IList<float>)

public bool SetFloatList(int id, IList<float> value) ;

Description

It wants to set the value of the FloatList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.