All Frameworks Object Hierarchy This Framework Previous Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---ExpertRuleBaseComponentRuntime
|
+---ExpertRuleSetRuntime
| o Property ExpertRuleBaseComponentRuntimes( | ) As CATIAExpertRuleBaseComponentRuntimes (Read Only) |
| o Property RuleSetEdition( | ) As CATIAExpertRuleSet (Read Only) |
Dim aRuleSetEdition As ExpertRuleSet Set aRuleSetEdition = aRuleSetRuntime.RuleSetEdition If not(aRuleSetEdition is Nothing) Then ' .. some actions End if
| o Func Status( | ) As long |
Dim RuleSet1 As ExpertRuleSet
Set RuleSet1 = RuleSet.ExpertGenericRuleBaseComponentRuntimes.Item("RuleSet1")
status = RuleSet1.Status ()
Copyright © 2003, Dassault Systèmes. All rights reserved.