FileStorageIsOpened Property |
http://www.emgu.com
Gets a value indicating whether this instance is opened.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic bool IsOpened { get; }
Public ReadOnly Property IsOpened As Boolean
Get
public:
property bool IsOpened {
bool get ();
}
member IsOpened : bool with get
Property Value
Type:
Booleantrue if the object is associated with the current file; otherwise,
false.
See Also