Manages the behaviors of a technological object. Role: This interface allows to select and perform the behaviors (tasks) associated to a technological object.
A behavior extension is obtained from an object using the method GetItem of CATIABase with in argument the keyword "CATGetBehaviorExtension".
Example:
Set RootPart = CATIA.ActiveDocument.Part
Set MyExtension = RootPart.GetItem("CATGetBehaviorExtensions")
Set listBehavior = MyExtension.Behaviors
MyExtension.SelectBehavior("MyBehavior")