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

MultiCamObject.SetParam Method (System.String, Euresys.MultiCam.Surface)

Sets the value of a MultiCamObject parameter. Independently of the parameter type, its value is passed as a Surface.

[C#]

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

Parameters

param

Caller-allocated character string holding the MultiCam parameter name.

value

Parameter value.

See Also

MultiCamObject Class | MultiCamObject.SetParam | MultiCamObject.GetParam