DataEntryMode Enumeration
Specifies the order data will be entered for a standard profile.
Syntax
|
Constants
|
Enum DataEntryMode
swcPieceWise = 0
swcCharacteristicWise = 1
swcSampleWide = 2
swcNoDataEntry = 3
End Enum
|
- swcPieceWise: Data is entered one piece at a time.
- swcCharacteristicWise: Data is entered on characteristic at a time.
- swcSampleWide: Specifies sample-wide data entry, where all pieces/characteristics are entered at once.
- swcNoDataEntry: This characteristic does not use data entry.
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.