Represents the Behaviors collection currently managed by the application.
These behaviors belong to one objet and can be reached by the GetItem method of CATIABase.
For Instance onto a Part using Part.GetItem("CATGetBehaviorExtension") .
Example:
Set RootPart = CATIA.ActiveDocument.Part
Set MyExtension = RootPart.GetItem("CATGetBehaviorExtensions")
Set listBehaviors = MyExtension.Behaviors