Description

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

Return Type

A Long value.   The count of McDBNode paths successfully added.

Syntax

object.AddMultiple (sFullNodePath, sFullNodePathFailures, bClearSelection)

The AddMultiple Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataNodeRefs.
sFullNodePathRequired. A String value. One to many fully qualified path(s) identifying a McDBNode to add to the collection. Delimited paths with a vbNullChar (/0).
sFullNodePathFailuresRequired. A String value. Returns a string with the fully qualified path(s) identifying a McDBNode that were not added to the collection due to failures. The paths will be delimited with a vbNullChar (/0). A failure will occur when a path does not represent an accessible McDBNode.
bClearSelectionRequired. A Boolean value.

Remarks

MethodAttributes NONE.