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

ConstructorDescription
User()Constructor.

Properties

PropertyDescription
valueContains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
nameThe name of the element.
name_uThe universal name of the element.
idThe unique ID of the element within its parent element.
promptIt specifies a descriptive prompt or comment for the user-defined element.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also