Description
Copies the parameters of one distribution to another. This method can also be useful to copy a distribution defined or returned from the BestFit Developer's Kit (BDK) into the RDK.
Syntax
object.Copy(distToCopy as Object)
Arguments
distToCopy(Required object) – the distribution object to copy. This must be either a RDKDistribution object or a BDKDistribution object.
Return Value
None.
Example
'Copy distribution B into distribution A:
Dim distA as New RDKDistribution
distA.Copy distB