Function
Sets or gets whether to automatically initialize DncDaq when the application starts.
Variable type
[ C#: enum DaqInitMode ] [ VB.NET: Enum DaqInitMode ]
Initial value
Auto
Setting value
Values |
Name |
Description |
0 |
Auto |
Automatic Init is performed when the application is started. |
1 |
Manual |
Automatic Init is not performed when the application is started. |
Remarks
Sets whether to automatically initialize DncDaq when the application starts.
Please set this property from the property window in Visual Studio Designer mode before compiling the application.