IMcOperations2Not Method 
             | 
            
               
             | 
          
        
         Performs a logical NOT on an image.
 
    Namespace: 
   MediaCy.IQL.Operations
    Assembly:
   MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxFunction Not ( 
	<OptionalAttribute> vSourceImg As Object
) As McImage
Parameters
- vSourceImg (Optional)
 - Type: SystemObject
Optional source image, operator applies to parent image
when parameter is omitted. 
Return Value
Type: 
McImageThe resulting McImage.
Implements
IMcOperationsNot(Object)
RemarksThe result is stored in the parent image or vSourceImg if there is no parent.
See Also