Click or drag to resize

IMcImageSetAddStringDataChannel Method

Adds a string 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 AddStringDataChannel ( 
	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 String data. The method creates a new McImageSetStringDataChannel 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