Convience method for python to help images pass over to python

Namespace:  Micromanager_net
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool InterceptImages { get; set; }
Visual Basic (Declaration)
Public Property InterceptImages As Boolean
Visual C++
public:
property bool InterceptImages {
	bool get ();
	void set (bool value);
}

See Also