Initialized is True between a successful call to the Initialize method and a successful call to the Close method, and False at all other times.
Namespace: Ivi.Driver.Interop
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
Visual Basic
|
Public ReadOnly Property Initialized As Boolean
|
C#
|
public bool Initialized { get; }
|
Visual C++
|
HRESULT get_Initialized(
VARIANT_BOOL* val
);
|
Property Value
Initialized is True between a successful call to the Initialize method and a successful call to the Close method, and False at all other times.
Requirements
Supported Models
All supported
See Also
Reference
IIviDriver Interface
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|