IMcViewNDSourceImage Property |
![]() |
Namespace: MediaCy.IQL.Display.ViewerND
'load active image to ND viewer McViewND1.SourceImage=ActiveImage With McViewND1 'set auto subsampling to maximumm volume dimension 128 .SubSampling = -128 'load active image .SourceImage = ActiveImage Debug.Print McToText(.SubSampling) Dim im As McImage Set im = .SourceImage 'print name of the image Debug.Print im.Name End With