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

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

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

[C#]

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

Parameters

param

Caller-allocated character string holding the MultiCam parameter name.

value

Parameter value.

See Also

MultiCamObject Class | MultiCamObject.SetParam | MultiCamObject.GetParam