MultiCam Boards Documentation > MultiCam Documentation > MultiCam C++ Reference > Classes > MultiCamObject Class > MultiCamObject::GetParam Method > MultiCamObject::GetParam Method (MCPARAMID, char*, int)

MultiCamObject::GetParam Method (MCPARAMID, char*, int)

Returns the value of a MultiCam parameter. Independently of the parameter type, its value is returned as a character string.

[C++]

void MultiCamObject::GetParam(
  MCPARAMID param,
  char* value,
  int maxLength
);

Parameters

param

MultiCam parameter identifier.

value

Caller-allocated character string. After the call, it holds the parameter value.

maxLength

Size of the caller-allocated character string.

See Also

MultiCamObject Class | MultiCamObject::GetParam | MultiCamObject::SetParam