MultiCamObject.GetParam Method (System.String, ref System.String)
Returns the value of a MultiCam parameter. Independently of the parameter type, its value is returned as a character string.
[C#] void MultiCamObject.GetParam( |
Parameters
param
Caller-allocated character string holding the MultiCam parameter name.
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