User class
User class
Contains a work area for entering formulas in user-specific elements that are referred to by other elements and add-on tools.
The User type exposes the following members:
Constructors
Constructor |
Description |
User() |
Constructor. |
Properties
Property |
Description |
value |
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document. |
name |
The name of the element. |
name_u |
The universal name of the element. |
id |
The unique ID of the element within its parent element. |
prompt |
It specifies a descriptive prompt or comment for the user-defined element. |
Methods
Method |
Description |
clone() |
Creates deep copy of this instance. |
See Also