get_value


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
public bool get_value (Value value)

Warning: get_value is deprecated since 1.12.

Retrieves a copy of the value for a StateKey.

Note:

The Value needs to be already initialized for the value type of the property or to a type that allow transformation from the value type of the key.

Use unset when done.

Parameters:

this

a StateKey

value

a Value initialized with the correct type for the this

Returns:

true if the value was successfully retrieved, and false otherwise