Method GetBindingValue
GetBindingValue<T>(string, out T)
This method can be used to get the binding value.
Declaration
public bool GetBindingValue<T>(string queryPath, out T data)
Parameters
Type | Name | Description |
---|---|---|
string | queryPath | LynX query path of the binding |
T | data | Data is written to this ref |
Returns
Type | Description |
---|---|
bool | True if value was fetched successfully. |
Type Parameters
Name | Description |
---|---|
T | Type of the binding |