Engine.CopyPropertyObject
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Engine.CopyPropertyObject
Syntax
Engine.CopyPropertyObject( srcObj)
Return Value
New copy of the PropertyObject object created in the process space of the engine on which the method is called.
Purpose
Use this function to copy a PropertyObject object you receive from a remote execution to the local computer.
Remarks
Some API functions, such as the PropertyObject.SetPropertyObject method, work only with objects created on the local computer.
Parameters
srcObj As PropertyObject
[In] Specifies the property object from an external instance of the TestStand Engine (that is, another process or computer) you want to copy.