get_axis_value
Description:
[ Version ( since = "3.0" ) ]
public bool get_axis_value (double[] axes, Atom axis_label, out double value)
public bool get_axis_value (double[] axes, Atom axis_label, out double value)
Interprets an array of double as axis values for a given device, and locates the value in the array for a given axis label, as returned by list_axes
Parameters:
this |
a pointer Device. |
axes |
pointer to an array of axes |
axis_label |
Atom with the axis label. |
value |
location to store the found value. |
Returns:
true if the given axis use was found, otherwise false. |