DuplicateOptions enum | QSYS API Reference Guide
Specifies the options for duplicating an object.
Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll
Enum Values
Name | Description | Value |
---|---|---|
Data | Specifies that the data within Physical Members should be copied. | 2 |
Members | Specifies that the members should also be duplicated. | 1 |
None | Specifies no options. | 0 |