Description Set the contents of the McDataNodes (Me) to another copy of a McDataNodes.
-
Return Type
-
A Boolean value. A Boolean with value True when Successful.
-
Syntax
-
object.Copy (pmcdatanodeFromAnother)
The Copy Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodes. | | pmcdatanodeFromAnother | Required. A McDataNodes object. A valid McDataNodes to copy. |
|