AnalyticModelDefn Properties

The following section discusses the AnalyticModelDefn class properties. The properties are discussed in alphabetical order.

Description

Use this property to specify whether warnings occur when there are circular dependencies as rules are added. This property takes a Boolean value: true if warnings should occur, false otherwise. The default value for this property is false.

This property is read/write.

Description

Use this property to specify the description of the analytic model. This property takes a string value.

This property is read/write.

Description

This property indicates if the analytic model is valid, that is, if it would successfully load.

This property is read-only.

Description

Use this property to specify the long description of the analytic model definition. This property takes a string value.

This property is read/write.

Description

This property specifies the maximum number of value changes for the analytic model

This property takes a float value. The default value is 0.

This property is read/write.

Description

Use this property to specify the maximum number of iterations for the analytic model.

This property take an integer value. The default value is 100.

This property is read/write.

Description

This property returns a multi-dimensional array of any that contains the messages that occurred during execution of the Validate or Save methods. This array is only populated after the Validate or Save method has completed successfully.

The first dimension contains the message set number. The second dimension contains the message number. The third dimension contains the number of parameters in that message. The subsequent dimensions contain the values for the parameters. The maximum number of possible dimensions is 8.

This property is read-only.

Description

This property indicates the name of the analytic model.

This property is read-only.

Description

Use this property to specify if the analytic model should resolve circular dependencies through iteration. This property takes a Boolean value: true if the dependencies should be resolved, false otherwise. The default value is false.

This property is read/write.