MultiCam Boards Documentation > MultiCam Documentation > MultiCam User Guide > MultiCam Basics > Parameters > Accessing a Parameter > Code Examples for getting a MultiCam Parameter > How to get an Instance MultiCam Parameter

How to get an Instance MultiCam Parameter

The mandatory MultiCam API functions to obtain the value from an instance parameter are:

Function

Method

McGetParamInst

By-ident reference method

McGetParamNmInst

By-name reference method

The returned value is of the MCHANDLE type.

The Status variable can be used for error checking.