MultiCam Boards Documentation > MultiCam Documentation > MultiCam .NET Reference > Legacy > Classes > MultiCamObject Class > MultiCamObject.GetParam Method

MultiCamObject.GetParam Method

Returns the value of a MultiCam parameter.

[C#]

void MultiCamObject.GetParam(System.Int32, ref System.Int32);

void MultiCamObject.GetParam(System.Int32, ref System.Double);

void MultiCamObject.GetParam(System.Int32, ref Euresys.MultiCam.Surface);

void MultiCamObject.GetParam(System.Int32, ref System.String);

void MultiCamObject.GetParam(System.Int32, ref System.Int64);

void MultiCamObject.GetParam(System.Int32, ref System.IntPtr);

void MultiCamObject.GetParam(System.String, ref System.Int32);

void MultiCamObject.GetParam(System.String, ref System.Double);

void MultiCamObject.GetParam(System.String, ref Euresys.MultiCam.Surface);

void MultiCamObject.GetParam(System.String, ref System.String);

void MultiCamObject.GetParam(System.String, ref System.Int64);

void MultiCamObject.GetParam(System.String, ref System.IntPtr);

Remarks

There are two ways to designate the parameter: by identifier and by name.

Independently of the parameter type, its value may be returned as int, unsigned int, double or character string. In addition, some parameters have the Surface type.

See Also

MultiCamObject Class | MultiCamObject.SetParam