ProjectedImageActive Property  | 
 Check if a handle is associated with an ongoing image projection.
 
    Namespace: 
   Zivid.NET.Projection
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.1.0
Syntaxpublic bool Active { get; }Public ReadOnly Property Active As Boolean
	Get
public:
property bool Active {
	bool get ();
}Return Value
Type: 
BooleanTrue if the image is still being projected, false otherwise.
See Also