Description The number of objects (right to left) in this object's path that were queried and therefore exposed by the activated McDBNode.
-
Property type
-
A Long value.
-
Syntax
-
object.lAncestorDepth
The lAncestorDepth Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodeRef. | Remarks A McDBNode can be found uniquely and may have multiple parent referencers. Each referencer has a link that names the McDBNode.
When the McDBNode is found directly through its unique ID the McDBNode::Parent will assume the chosen parent McDBNode::Parent(true).
This property describes the number of objects in the path (from the right side) that were queried. Positive values are 0 based
(0 Self, 1 Self + Path Parent, ..) and negative value identify that the whole path was queried.
|