Click or drag to resize

IMcImageSetChannelsAdd Method

Method to add a new McImageSetChannel to the collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Function Add ( 
	ChannelName As String,
	ChannelType As mcImageSetChannelTypes
) As McImageSetChannel

Parameters

ChannelName
Type: SystemString
ChannelType
Type: MediaCy.IQL.SetsmcImageSetChannelTypes

Return Value

Type: McImageSetChannel
Remarks
The McImageSetChannel object is created by the Add method, and is returned to the caller.
See Also