Click or drag to resize

IMcImageSetImageChannelCopyFrom Method

Copy from the provided channel class

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub CopyFrom ( 
	pTemplate As McImageSetChannel,
	bCopyContent As Boolean
)

Parameters

pTemplate
Type: MediaCy.IQL.SetsMcImageSetChannel
bCopyContent
Type: SystemBoolean

Implements

IMcImageSetChannelCopyFrom(McImageSetChannel, Boolean)
Remarks
Sets this channel to duplicate the provided template. If bCopyContent is TRUE, then the content of audio or data channels will also be copied.
Note Note
This method could have called DerivedCopyFrom directly, but that is unnecessary due to the code in McImageSetChannelImpl.h, which calls it before calling this method.
See Also