IMcHistogram2ModeMasked Property 
             | 
            
               
             | 
          
        
         A read-write property used to access or assign-to selected bits of
the Mode property.
 
    Namespace: 
   MediaCy.IQL.Operations
    Assembly:
   MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxProperty ModeMasked ( 
	Optional Mask As mcHistogramMode = mcHistogramMode.mchmAllBits
) As mcHistogramMode
	Get
	Set
Parameters
- Mask (Optional)
 - Type: MediaCy.IQL.OperationsmcHistogramMode
A mask to select which Mode bits are accessed or assigned-to. 
Property Value
Type: 
mcHistogramMode
RemarksThis property allows access to selected bits of the Mode property. It
is provided as convienience to help avoid the error-prone logic necessary to set
and clear individual bits of the Mode property.
The ModeMasked property is the only way to access the read-only
mcHistogramMode.mchmHistogramIsDirty bit; it will never be set when the Mode
property is accessed.
See Also