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: |
| object | An expression evaluating to an object of type McDataNodeRefs. | | sFullNodePath | Required. A String value. One to many fully qualified path(s) identifying a McDBNode to add to the collection. Delimited paths with a vbNullChar (/0). | | sFullNodePathFailures | Required. 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. | | bClearSelection | Required. A Boolean value. | Remarks MethodAttributes NONE.
|