InstanceBase.prvInstFactory (PROP) ¶ PROPERTY prvInstFactory : IFactory
InstanceBase.prvInstInit (METH) ¶ METHOD prvInstInit : ERROR InOut: Scope Name Type Return prvInstInit ERROR Input itfData IData
InstanceBase.prvInstRelease (METH) ¶ METHOD prvInstRelease : BOOL InOut: Scope Name Type Return prvInstRelease BOOL
InstanceBase.prvInstRetain (METH) ¶ METHOD prvInstRetain : BOOL InOut: Scope Name Type Return prvInstRetain BOOL
InstanceBase.prvNextInst (PROP) ¶ PROPERTY prvNextInst : IInstance
INode ¶ Contains the default implementation of INode properties ChildNodeCount (Property) Enable (Property) FirstChildNode (Property) IsRootNode (Property) NextSiblingNode (Property) ParentNode (Property) SiblingNodeCount (Property)
CAADiagTreeBase.ChildNodeCount (PROP) ¶ PROPERTY ChildNodeCount : CAA.Count Returns the number of childs below the current node
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