User
Contents
[
Hide
]User class
Contains a work area for entering formulas in user-specific elements that are referred to by other elements and add-on tools.
User()
Constructor.
Properties
| Name | Type | Description |
|---|---|---|
| Value | Value | Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document |
| Name | String | The name of the element. |
| NameU | String | The universal name of the element. |
| ID | int | The unique ID of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| Prompt | Str2Value | It specifies a descriptive prompt or comment for the user-defined element. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |