Description Removes all McDataNodeRef from collection and adds references from another McDataNodeRefs.
-
Return Type
-
A Boolean value. A Boolean with value True. Failure Returns False. Failure conditions: A failure from McDataNodeRefs.Add or McDataNodeRef.Copy method. pmcdatanodeFromAnother is invalid.
-
Syntax
-
object.Copy (pmcdatanodeFromAnother)
The Copy Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodeRefs. | | pmcdatanodeFromAnother | Required. A McDataNodeRefs object. The source McDataNodeRefs collection to be copied. |
|