InstancePathBuildingBranchNode.proChildren (PROP) ¶ PROPERTY proChildren : POINTER TO ARRAY [0..100] OF IBaseTreeNode
InterfaceIDs (GVL) ¶ !!! Attention !!! When defining new interface IDs, check libraries using this one for ID collisions. good candidates are the IIecVaraccess2_Itfs and the SymbolicVarsBase libraries, where we actually already have collisions. InOut: Scope Name Type Initial Comment Constant ITFID_IBaseTreeNode DWORD 16#1003 Collides with ITFID_IVariableInformation2 (IIecVarAccess_Itfs) and ITFID_ICollectsSecondOffset (SymbolicVarsBase). ITFID_INamedTreeNode DWORD 16#1004 ITFID_IInstancePathBuildingNode DWORD 16#1005
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 14:41:19 companyName string 3S-Smart Software Solutions GmbH libraryFile Collections_Itfs.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile Collections_Itfs.clean.json version version 2.0.0.0 ProjectInformation IsInterfaceLibrary bool True Released True LastModificationDateTime date 20.04.2021, 14:41:19 LibraryCategories library-category-list Intern|DataServer Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace ICollections Description See: Description Project Collections_Itfs Title Collections Interfaces Version version 3.5.17.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. Base Interfaces ¶ Library Identification ¶ Name: Base Interfaces Version: newest Company: System Namespace: IBaseLibrary Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Base Interfaces, * (System)
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. Base Interfaces ¶ Library Identification ¶ Name: Base Interfaces Version: newest Company: System Namespace: IBaseLibrary Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Base Interfaces, * (System) CmpErrors2 Interfaces ¶ Library Identification ¶ Name: CmpErrors2 Interfaces Version: newest Company: System Namespace: CmpErrors Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpErrors2 Interfaces, * (System) Collections Interfaces ¶ Library Identification ¶ Name: Collections Interfaces Version: newest Company: System Namespace: ICollections Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Collections Interfaces, * (System) Standard ¶ Library Identification ¶ Placeholder: Standard Default Resolution: Standard, * (System) Namespace: Standard Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Standard SysMem ¶ Library Identification ¶ Placeholder: SysMem Default Resolution: SysMem, * (System) Namespace: SysMem Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysMem
Collections Interfaces Library Documentation ¶ Company System Title Collections Interfaces Version 3.5.17.0 Categories Intern|DataServer Namespace ICollections Author 3S - Smart Software Solutions GmbH Description 1 ¶ Interface for the Collections library. Contents: ¶ IBaseTreeNode (Interface) ChildCount (Property) GetChild (Method) GetFather (Method) IInstancePathBuildingNode (Interface) GetFullPath (Method) InstancePathNodeType (Property) INamedTreeNode (Interface) CaseSensitiveComparison (Property) FindChildByName (Method) Name (Property) InstancePathBuildingNodeType (Enum) InterfaceIDs (GVL) Indices and tables ¶ 1 Based on Collections_Itfs.library, last modified 20.04.2021, 14:41:19. LibDoc 4.4.0.0-b.27 The content file Collections_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 14:41:19.
IBaseTreeNode.ChildCount (PROP) ¶ PROPERTY ChildCount : DINT
IBaseTreeNode (ITF) ¶ INTERFACE IBaseTreeNode EXTENDS IBase Properties: ChildCount Methods: GetChild GetFather Structure: ChildCount (Property) GetChild (Method) GetFather (Method)
IBaseTreeNode.GetChild (METH) ¶ METHOD GetChild : IBaseTreeNode InOut: Scope Name Type Return GetChild IBaseTreeNode Input diIndex DINT
IBaseTreeNode.GetFather (METH) ¶ METHOD GetFather : IBaseTreeNode InOut: Scope Name Type Return GetFather IBaseTreeNode