GoPxL SDK
const kSize AllocatedChannelDataCount ( size_t  id) const

Number of allocated channel data items.

System channels – Equal to number of items(ie, allocateCount for vertex channel is number of Point3d32f allocated). User channels – Equal to number of bytes(8u) of entire buffer.

Version
Introduced in 0.2.1.53.
Parameters
idThe channel id which to get allocated channel data count.
Returns
The size of channel count.