CAADiagTreeBase.Enable (PROP) ¶ PROPERTY Enable : BOOL Set: This property is used for enabling/disabling a node. Changes will take effect after doing a Reconfigure (see Reconfigure ). Get: Returns the current Enable value
CAADiagTreeBase.FirstChildNode (PROP) ¶ PROPERTY FirstChildNode : INode Returns the first child node below the current one
CAADiagTreeBase.IsRootNode (PROP) ¶ PROPERTY IsRootNode : BOOL returns true, if the current node is the root (plc) node, otherwise false
CAADiagTreeBase.NextSiblingNode (PROP) ¶ PROPERTY NextSiblingNode : INode returns the next sibling node at the same level used for step through all nodes
CAADiagTreeBase.ParentNode (PROP) ¶ PROPERTY ParentNode : INode Returns the parent node or zero if the root node is already reached.
CAADiagTreeBase.SiblingNodeCount (PROP) ¶ PROPERTY SiblingNodeCount : CAA.Count Returns the number of sibling (same level) nodes
IFactory (ITF) ¶ INTERFACE IFactory EXTENDS __SYSTEM.IQueryInterface Properties: prvInstCount prvInstPoolAdr prvInstPoolExtendsFactor prvInstPoolSize prvInstSize Methods: prvAllocInstMem prvFreeInstMem prvGetInstPointer prvInsertInst prvInstInit prvRemoveInst Structure: Private prvAllocInstMem (Method) prvFreeInstMem (Method) prvGetInstPointer (Method) prvInsertInst (Method) prvInstCount (Property) prvInstInit (Method) prvInstPoolAdr (Property) prvInstPoolExtendsFactor (Property) prvInstPoolSize (Property) prvInstSize (Property) prvRemoveInst (Method)
Private ¶ prvAllocInstMem (Method) prvFreeInstMem (Method) prvGetInstPointer (Method) prvInsertInst (Method) prvInstCount (Property) prvInstInit (Method) prvInstPoolAdr (Property) prvInstPoolExtendsFactor (Property) prvInstPoolSize (Property) prvInstSize (Property) prvRemoveInst (Method)
IFactory.prvAllocInstMem (METH) ¶ METHOD prvAllocInstMem : CAA.HANDLE InOut: Scope Name Type Return prvAllocInstMem CAA.HANDLE Output eError ERROR
IFactory.prvFreeInstMem (METH) ¶ METHOD prvFreeInstMem : BOOL InOut: Scope Name Type Return prvFreeInstMem BOOL Input hInst CAA.HANDLE