ExtendedCamera.parameterCategoryList Property¶
Module: ExtendedCamera
Type: StringList
Definition¶
Lists categories of parameters relevant to the device.
parameter_category_list: StringList
Exceptions
An error has occurred during Devices Library execution.
StringList get parameterCategoryList => getParameterCategoryList();
Exceptions
An error has occurred during Devices Library execution.
public StringList parameterCategoryList
{
get => GetparameterCategoryList();
}
Exceptions
An error has occurred during Devices Library execution.
public StringList getParameterCategoryList() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_GetParameterCategoryList (ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera, ID3_DEVICES_STRING_LIST hParameterCategoryList)
Returns