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.
Constructors
| Name | Description |
|---|---|
| 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. |
User()
Constructor.
User.Value property
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
Type: Value
User.Name property
The name of the element.
Type: String
User.NameU property
The universal name of the element.
Type: String
User.ID property
The unique ID of the element within its parent element.
Type: int
User.Del property
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
Type: int
User.Prompt property
It specifies a descriptive prompt or comment for the user-defined element.
Type: Str2Value
deepClone()
Creates deep copy of this instance.