![]() | CAEXFile |
The CAEXFileTypeExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() | FindFastByID(CAEXFileType, String, Boolean) | Obsolete. Performs a document wide fast search and returns a CAEXObject given by its ID. |
![]() | FindFastByIDT(CAEXFileType, String, Boolean) | Obsolete. Performs a document wide fast search and returns an object of type 'T' given by its ID. |
![]() | FindFastByPath(CAEXFileType, String, Boolean) | Obsolete. Performs a document wide fast search and returns a CAEXObject given by its Path, e.g. "plant/unit" or -in case the document is based on CAEX 2.15 - "GUID:Interface". |
![]() | FindFastByPathT(CAEXFileType, String, Boolean) | Obsolete. Performs a document wide fast search and returns an object of type 'T' given by its Path, e.g. "plant/unit" or -in case the document is based on CAEX 2.15 - "GUID:Interface". |
![]() | GetAMLInfoFromFilename | Get AutomationML file info from the caex filename. |
![]() | Import_AttributeTypeLib | Obsolete. Imports the provided library into the AttributeTypeLib collection of this CAEX file. |
![]() | Import_InstanceHierarchy | Obsolete. Imports the provided source instance hierarchy into the InstanceHierarchy collection of this CAEX file. |
![]() | Import_InterfaceClassLibHierarchy | Obsolete. Imports the provided library into the InterfaceClassLib collection of this CAEX file. |
![]() | Import_RoleClassLibHierarchy | Obsolete. Imports the provided library into the RoleClassLib collection of this CAEX file. |
![]() | Import_SystemUnitClassLibHierarchy | Obsolete. Imports the provided library into the SystemUnitClassLib collection of this CAEX file. |
![]() | ImportAttributeTypeLib | Imports the provided library into the AttributeTypeLib collection of this CAEX file. |
![]() | ImportInstanceHierarchy | Imports the provided source instance hierarchy into the InstanceHierarchy collection of this CAEX file. |
![]() | ImportInterfaceClassLib | Imports the provided library into the InterfaceClassLib collection of this CAEX file. |
![]() | ImportRoleClassLib | Imports the provided library into the RoleClassLib collection of this CAEX file. |
![]() | ImportSystemUnitClassLib | Imports the provided library into the SystemUnitClassLib collection of this CAEX file. |
![]() | Insert_ExternalReference | Obsolete. Inserts the ExternalReference into the CAEX file. |
![]() | Insert_InstanceHierarchy | Obsolete. Insert an existing InstanceHierarchy to this CAEX file as the last InstanceHierarchy. |
![]() | Insert_InterfaceClassLibHierarchy | Obsolete. Insert an existing InterfaceClassLib to this CAEX file as the last InterfaceClassLib. |
![]() | Insert_RoleClassLibHierarchy | Obsolete. Insert a RoleClassLib to this CAEX file as the last RoleClassLib. |
![]() | Insert_SystemUnitClassLibHierarchy | Obsolete. Append a SystemUnitClassLib to this CAEX file as the last SystemUnitClassLib. |
![]() | New_ExternalReference | A new ExternalReference node is added to the CAEX file. |
![]() | New_InstanceHierarchy | Adding a new InstanceHierarchy with the given name to this CAEX file. The Instance Hierarchy is always added as the last Instance Hierarchy. |
![]() | New_InterfaceClassLibHierarchy | Adding a new InterfaceClassLib to this CAEX file. |
![]() | New_RoleClassLibHierarchy | Adding a new RoleClassLib to this CAEX file. |
![]() | New_SystemUnitClassLibHierarchy | Adding a new SystemUnitClassLib to this CAEX file. |
![]() | PreorderTraversal | Traversal method for a hierarchical tree, with identical childSelector for all tree nodes. The method uses a pre-order algorithm without recursion for the deep traversal of the complete tree. |