ExtendedCamera.getParameterNameList Method¶
Module: ExtendedCamera
Definition¶
Retrieves names of all supported parameters, optionally filtered by category.
get_parameter_name_list(self, category: str=None) -> StringList
Parameters
categorystrin Optional category to filter the parameter names.
Returns
Outputs the list of parameter names.
Exceptions
An error has occurred during Devices Library execution.
StringList getParameterNameList(String? category)
Parameters
categoryStringin Optional category to filter the parameter names.
Returns
Outputs the list of parameter names.
Exceptions
An error has occurred during Devices Library execution.
public StringList GetParameterNameList(string category=null)
Parameters
categorystringin Optional category to filter the parameter names.
Returns
Outputs the list of parameter names.
Exceptions
An error has occurred during Devices Library execution.
public StringList getParameterNameList(String category) throws DevicesException
Parameters
categoryStringin Optional category to filter the parameter names.
Returns
Outputs the list of parameter names.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_GetParameterNameList (
    ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
    const char * category,
    ID3_DEVICES_STRING_LIST hParameterList)
Parameters
hExtendedCameraID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.categoryconst char *in Optional category to filter the parameter names.hParameterListID3_DEVICES_STRING_LISTout Outputs the list of parameter names.
Returns