MultiCam Boards Documentation > MultiCam Documentation > MultiCam .NET Reference > Legacy > Classes > MultiCamObject Class > MultiCamObject.SetParam Method > MultiCamObject.SetParam Method (System.String, System.Double)

MultiCamObject.SetParam Method (System.String, System.Double)

Sets the value of a MultiCam parameter. Independently of the parameter type, its value is passed as a double.

[C#]

void MultiCamObject.SetParam(
  System.String param,
  System.Double value
);

Parameters

param

Caller-allocated character string holding the MultiCam parameter name.

value

Parameter value.

See Also

MultiCamObject Class | MultiCamObject.SetParam | MultiCamObject.GetParam