CodeMask.Add Method
Project Developer Reference |
Returns a CodeMaskLevel object.
Syntax
expression.Add(Sequence, Length, Separator)
expression A variable that represents a CodeMask object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Sequence | Optional | Long | Specifies the type of sequence in the code mask. Can be one of the PjCustomOutlineCodeSequence constants. The default value is pjCustomOutlineCodeNumbers. |
Length | Optional | Variant | Specifies the length for a given level in the code mask. Can be the string "Any" or an integer value between 1 and 255. |
Separator | Optional | String | The character that separates the level of a code mask from the next code mask. Can be one of the following characters: ".", "-", "+", or "/". |
Return Value
CodeMaskLevel
See Also