Creates a new clsD3DynamicArray object that is a copy of the clsD3DynamicArray object.
Syntax
Set oDynArray = object.brClone |
Parameters
Parameter |
Description |
oDynArray |
An object variable that represents a new instance of a clsD3DynamicArray class that is a copy of object. |
object |
An object variable that represents the clsD3DynamicArray object to be copied. |
Remarks
The brClone method and the brCopy method return the same results.