PointList.count Property¶
Module: PointList
Type: int
Definition¶
Gets the number of elements contained in the list
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