Click or drag to resize

IMcImageSetAddVariantDataChannel Method

Adds a long 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 AddVariantDataChannel ( 
	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 Long data. The method creates a new McImageSetVariantDataChannel 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