PointList.count Property

Module: PointList

Type: int

Definition

Gets the number of elements contained in the list

count: int

Exceptions

An error has occurred during Devices Library execution.
int get count => getCount();

Exceptions

An error has occurred during Devices Library execution.
public int count
{
    get => Getcount();
}

Exceptions

An error has occurred during Devices Library execution.
public int getCount() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesPointList_GetCount (ID3_DEVICES_POINT_LIST hPointList, int * count)

Returns

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