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
|
Type: DataMinerNode Type: Boolean Default value: False |
Boolean |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
