All Frameworks  Object Hierarchy  This Framework  Indexes   

ExpertRuleRuntime (Object)

Represents the ExpertRuleRuntime object.

Property Index

Priority
Returns or sets the priority of the rule.
RuleEdition
Returns the editable object corresponding to this rule.

Properties


o Property Priority() As
Returns or sets the priority of the rule. The priority of expert rules indicates the order in which the rules are evaluated. Rules with the same priority are evaluated in the order of their creation.
o Property RuleEdition() As (Read Only)
Returns the editable object corresponding to this rule. Be careful that, according to your licence, or the type of rule you're handling, you may not have the right to edit the rule. Dim aRuleEdition As ExpertRule Set aRuleEdition = aRuleRuntime.RuleEdition If not(aRuleEdition is Nothing) Then CATIA.SystemService.Print aRuleEdition.Body End if

Copyright © 2003, Dassault Systèmes. All rights reserved.