Click or drag to resize

IMcLensRemoveProperties Method

Remove the lens information properties.

Namespace:  MediaCy.IQL.Microscopy.Info
Assembly:  MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
Syntax
VB
Sub RemoveProperties ( 
	ImageOrFrame As Object
)

Parameters

ImageOrFrame
Type: SystemObject
Remarks
Removes the lens information properties from the image(s) or frame(s) specified.
Examples
VB
' 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
See Also