ISimpleTree (ITF) ¶ INTERFACE ISimpleTree EXTENDS __SYSTEM.IQueryInterface Properties: ChildCount FirstChild IsLinkedTree IsTreeRoot LastChild NextSibling ParentTree PrevSibling SiblingCount Structure: ChildCount (Property) FirstChild (Property) IsLinkedTree (Property) IsTreeRoot (Property) LastChild (Property) NextSibling (Property) ParentTree (Property) PrevSibling (Property) SiblingCount (Property)
ITree (ITF) ¶ INTERFACE ITree EXTENDS ISimpleTree Properties: ChildCount , inherited from ISimpleTree FirstChild , inherited from ISimpleTree IsLinkedTree , inherited from ISimpleTree IsTreeRoot , inherited from ISimpleTree LastChild , inherited from ISimpleTree NextSibling , inherited from ISimpleTree ParentTree , inherited from ISimpleTree PrevSibling , inherited from ISimpleTree SiblingCount , inherited from ISimpleTree Methods: AddChild InsertSibling RemoveTree Structure: AddChild (Method) InsertSibling (Method) RemoveTree (Method)
ITypedTree (ITF) ¶ INTERFACE ITypedTree EXTENDS ISimpleTree Properties: TreeTypeId ChildCount , inherited from ISimpleTree FirstChild , inherited from ISimpleTree IsLinkedTree , inherited from ISimpleTree IsTreeRoot , inherited from ISimpleTree LastChild , inherited from ISimpleTree NextSibling , inherited from ISimpleTree ParentTree , inherited from ISimpleTree PrevSibling , inherited from ISimpleTree SiblingCount , inherited from ISimpleTree Methods: AddChild InsertSibling RemoveTree Structure: AddChild (Method) InsertSibling (Method) RemoveTree (Method) TreeTypeId (Property)
GetSupplierVersion (FUN) ¶ FUNCTION GetSupplierVersion : WORD InOut: Scope Name Type Return GetSupplierVersion WORD
VersionConstants (GVL) ¶ InOut: Scope Name Type Initial Constant gc_byVersion BYTE 1 gc_byVersion_1 BYTE 0
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 03.07.2017, 15:38:58 companyName string 3S-Smart Software Solutions GmbH libraryFile CAA_ListAndTree.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP11 contentFile CAA_ListAndTree.clean.json version version 2.0.0.0 ProjectInformation Depends on PS bool False Depends on RTS False Released True LastModificationDateTime date 03.07.2017, 15:38:58 LibraryCategories library-category-list Intern|CAA|Foundation Author string 3S - Smart Software Solutions GmbH Company CAA Technical Workgroup DefaultNamespace LAT Description See: Description LanguageModelAttribute qualified-access-only Placeholder CAA List And Tree Project CAA_ListAndTree Title CAA List And Tree SpecVersion version 3.0.0.0 Version 3.5.11.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CAA Types Extern ¶ Library Identification ¶ Placeholder: CAA Types Default Resolution: CAA Types Extern, * (CAA Technical Workgroup) Namespace: CAA Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: CAA Types
Element.IsLinkedElem (PROP) ¶ PROPERTY IsLinkedElem : BOOL
Element.IsListMemberOf (METH) ¶ METHOD IsListMemberOf : BOOL InOut: Scope Name Type Return IsListMemberOf BOOL Input itfList ISimpleList
Element.NextElem (PROP) ¶ PROPERTY NextElem : IElement