Click or drag to resize

IMcBitMaskDuplicate Method

Creates a new McBitMask that is a duplicate of this one.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Function Duplicate As McBitMask

Return Value

Type: McBitMask
A new McBitMask object that is a duplicate of this one.
Remarks
The created bit mask will have the same parent as this one.
See Also