Description

Returns the name of the link between a parent McDBNode and one of its children.

Return Type

A String value.   A String storing the link Name.
Failure conditions:
Failure Returns Nothing.

Syntax

object.GetChildName (pdbnodeParent, vChildIDOrOrdinal)

The GetChildName Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataManager.
pdbnodeParentRequired. A McDBNode object. The parent of the link.
vChildIDOrOrdinalRequired. A Variant value. The McDBNodes.Item parameter identifying the child McDBNode.

Remarks

A McDBNode exposes the link name from a McDBNodes when a parental link is used.
This function visits the parent McDBNode and then the child to identify the link.