Engine.CopyPropertyObject ( srcObj)
New copy of the PropertyObject object created in the process space of the engine on which the method is called.
Use this function to copy a PropertyObject object you receive from a remote execution to your local machine.
Some API functions, such as PropertyObject.SetPropertyObject, will only work with objects created on the local machine.
srcObj As PropertyObject
[In] Specifies the property object from an external instance of the TestStand Engine (that is, another process or machine) that you want to copy.