DataMiner.CreateNode2

This function creates a new node as a child of the given node.

Syntax Parameters Return Value
Function DataMiner.CreateNode2( _
    type As DMNodeType, _
    CreationData As Variant, _
    parent As DataMinerNode, _
    Optional bAssociationConnection As Boolean = False) As DataMinerNode
  • type [in]

Type: DMNodeType

  • CreationData [in]

Type: Variant

  • parent [in]

Type: DataMinerNode

  • bAssociationConnection [in,optional]

Type: Boolean

Default value: False

DataMinerNode