DeviceParameterList.resize Method¶
Module: DeviceParameterList
Definition¶
DeviceParameterList object.
resize(self, new_size: int) -> None
Parameters
new_size
intin DeviceParameter object.
Exceptions
An error has occurred during Devices Library execution.
void resize(int newSize)
Parameters
newSize
intin DeviceParameter object.
Exceptions
An error has occurred during Devices Library execution.
public void Resize(int newSize)
Parameters
newSize
intin DeviceParameter object.
Exceptions
An error has occurred during Devices Library execution.
public void resize(int newSize) throws DevicesException
Parameters
newSize
intin DeviceParameter object.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceParameterList_Resize (
ID3_DEVICES_DEVICE_PARAMETER_LIST hDeviceParameterList,
int newSize)
Parameters
hDeviceParameterList
ID3_DEVICES_DEVICE_PARAMETER_LISTin Handle to the DeviceParameterList object.newSize
intin DeviceParameter object.
Returns