Click or drag to resize

IMcImageSetDoubleDataChannelGetData Method

Returns a set of samples from this data channel.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub GetData ( 
	StartTime As DateTime,
	EndTime As DateTime,
	<OutAttribute> ByRef DataSamples As Object,
	<OutAttribute> ByRef TimePoints As Object
)

Parameters

StartTime
Type: SystemDateTime
The start time of the portion to return
EndTime
Type: SystemDateTime
The ending time of the portion to return
DataSamples
Type: SystemObject
A variable returning the array of data samples
TimePoints
Type: SystemObject
A variable return the array of data time points
Remarks
This method returns a set of samples from this data channel.
See Also