DeviceModelList.resize Method

Module: DeviceModelList

Definition

DeviceModelList object.

resize(self, new_size: int) -> None

Parameters

new_size int
in DeviceModel object.

Exceptions

An error has occurred during Devices Library execution.
void resize(int newSize)

Parameters

newSize int
in DeviceModel object.

Exceptions

An error has occurred during Devices Library execution.
public void Resize(int newSize)

Parameters

newSize int
in DeviceModel object.

Exceptions

An error has occurred during Devices Library execution.
public void resize(int newSize) throws DevicesException

Parameters

newSize int
in DeviceModel object.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceModelList_Resize (
    ID3_DEVICES_DEVICE_MODEL_LIST hDeviceModelList,
    int newSize)

Parameters

in Handle to the DeviceModelList object.

newSize int
in DeviceModel object.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.