Click or drag to resize

IMcImageSetAddDoubleDataChannel Method

Adds a double data type channel to the set

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Function AddDoubleDataChannel ( 
	Name As String
) As McImageSetChannel

Parameters

Name
Type: SystemString

Return Value

Type: McImageSetChannel
Remarks
This method adds a data channel to the set that will contain Double data. The method creates a new McImageSetDoubleDataChannel data channel object. You can then add data to this new object. Parameters Name : The name to apply to the new data channel
See Also