Click or drag to resize

IMcImageSetDoubleDataChannelCount Property

The number of samples in this data channel.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Property Count As Integer
	Get
	Set

Property Value

Type: Int32
Remarks
Returns the number of samples in this data channel. The Count property can also be set to reserve storage for the given number of samples, which may be necessary in time-critical applications. Reserving the required number of samples beforehand will make the AddData faster and time-determinant. The Count can only be used to reserve additional storage, and will throw an exception if an attempt is made to reduce the size of the collection.
See Also