Description

Adds a McDBNode path reference to this object's collection.

Return Type

A McDataNodeRef object.   A McDataNodeRef reference pointing to the new McDataNodeRef.
Failure Returns Nothing.

Syntax

object.Add (sFullNodePath)

The Add Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataNodeRefs.
sFullNodePathRequired. A String value. Fully qualified path identifying a McDBNode to add to the collection.

Remarks

MethodAttributes NONE.