Clone Method

The Clone method creates a new property set and does a full copy of the following property set:

this 

It returns a new property set object.

It uses the following format:

Clone() 

For example:

outputPS = inputPS.Clone(); 

It includes no arguments.