IMcRegionAccessAccessedImage Property 
             | 
            
               
             | 
          
        
         The parent IMcImage.
 
    Namespace: 
   MediaCy.IQL.Engine
    Assembly:
   MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxReadOnly Property AccessedImage As McImage
	Get
Return Value
Type: 
McImageIMcImage instance that is the image being accessed by this
IMcRegionAccess instance.  Nothing is returned if the instance has not been initialized.
RemarksAllows client to obtain a pointer to the IMcImage object this
object is based upon.
See Also