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

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

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

[C#]

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

Parameters

param

Caller-allocated character string holding the MultiCam parameter name.

value

Parameter value.

See Also

MultiCamObject Class | MultiCamObject.SetParam | MultiCamObject.GetParam