DataMinerNode.IsParentOf

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

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

Type: DataMinerNode

  • bRecurse [in,optional]

Type: Boolean

Default value: False

Boolean