ItemSelectionConstants Enumeration (Automation Only)
ItemSelectionConstants Enumeration (Automation Only) |
Defines values that specify whether the first element or all elements within a group of points or packet values are used.
Declaration
[C++]
typedef enum ItemSelectionConstants {
ISC_FirstElement = 0,
ISC_AllElements = -1
} InkSelectionConstants;
[Microsoft® Visual Basic® 6.0]
Enum ItemSelectionConstants
ISC_FirstElement = 0
ISC_AllElements = -1
End Enum
Members
The following tables list the enumeration values.
Name | Description |
---|---|
ISC_FirstElement | Specifies that the first element is used. |
ISC_AllElements | Specifies that all elements are used. |