FileStorageIsOpened Property |
http://www.emgu.com
Gets a value indicating whether this instance is opened.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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