MediaDeviceControl.TryGetValue(Double) Method

Definition

Gets the value of the camera setting.

public:
 virtual bool TryGetValue([Out] double & value) = TryGetValue;
bool TryGetValue([Out] double & value);
public bool TryGetValue(out double value);
Public Function TryGetValue (ByRef value As Double) As Boolean

Parameters

value
Double

double

The current value of the setting. The units depend on the setting.

Returns

Boolean

bool

Returns true if the method succeeds, or false otherwise.

Applies to