OutlineMask
Contents
[
Hide
]OutlineMask class
Represents four elements of a mask which defines an outline code format.
Constructors
| Name | Description |
|---|---|
| OutlineMask | Initializes a new instance of the OutlineMask class. |
Methods
| Name | Description |
|---|---|
| get_Length | Gets the maximum length (in characters) of the outline code values. 0 if length is not defined. |
| get_Level | Gets the level of a mask. |
| get_Separator | Gets the separator of code values. |
| get_Type | Gets the type of a mask. |
| set_Length | Sets the maximum length (in characters) of the outline code values. 0 if length is not defined. |
| set_Level | Sets the level of a mask. |
| set_Separator | Sets the separator of code values. |
| set_Type | Sets the type of a mask. |