User

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

NameDescription
UserConstructor.

Properties

NameTypeDescription
ValueValueContains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document
NameStringThe name of the element.
NameUStringThe universal name of the element.
IDintThe unique ID of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
PromptStr2ValueIt specifies a descriptive prompt or comment for the user-defined element.

Methods

NameDescription
deepCloneCreates 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.