IMcLensRemoveProperties Method |
![]() |
Namespace: MediaCy.IQL.Microscopy.Info
' load the lenses collection Lenses.Path = "C:\IPWin51\Documents and Settings" ' if there's an active image, remove ANY lens properties If Not ThisApplication.ActiveImage Is Nothing Then Lenses("10X").ApplyProperties ActiveImage End If