MultiCamObject.SetParam Method
Sets the value of a MultiCam parameter.
[C#]
void MultiCamObject.SetParam(System.Int32, System.Int32);
void MultiCamObject.SetParam(System.Int32, System.Double);
void MultiCamObject.SetParam(System.Int32, Euresys.MultiCam.Surface);
void MultiCamObject.SetParam(System.Int32, System.String);
void MultiCamObject.SetParam(System.Int32, System.Int64);
void MultiCamObject.SetParam(System.Int32, System.IntPtr);
void MultiCamObject.SetParam(System.String, System.Int32);
void MultiCamObject.SetParam(System.String, System.Double);
void MultiCamObject.SetParam(System.String, Euresys.MultiCam.Surface);
void MultiCamObject.SetParam(System.String, System.String);
void MultiCamObject.SetParam(System.String, System.Int64);
void MultiCamObject.SetParam(System.String, System.IntPtr);
|
Remarks
There are two ways to designate the parameter: by identifier and by name.
Independently of the parameter type, the value may be passed as int, unsigned int, double or character string. In addition, some parameters have the Surface type.
See Also
MultiCamObject Class | MultiCamObject.GetParam