DataMinerNode.IsChildOf

This function determines if this node is a child of the given node. If bRecurse is False, this node must be an immediate child of the given node, otherwise recurses to children of children.

Syntax Parameters Return Value
Function DataMinerNode.IsChildOf( _
    node As DataMinerNode, _
    Optional bRecurse As Boolean = False) As Boolean
  • node [in]

Type: DataMinerNode

  • bRecurse [in,optional]

Type: Boolean

Default value: False

Boolean