Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Common » CopyObject

CopyObject


Creates a copy of the input data.

Name Type Description
inObject <T> Object to be copied
outObject <T> Copy of the object

The type of this filter is defined using the type variable T which represents any valid type. Read more.

Applications

Use this filter to create a source of data, e.g. that needs to be send to HMI or used in several places of a macrofilter.

Hints

  • Use this filter to create a source of data for an HMI control.
  • Use this filter to create a source of data that has to be used in several places of one macrofilter.
  • Also consider creating a global parameter or an additional input of the current macrofilter.

Examples

Description of usage of this filter can be found in examples and tutorial: HMI Recorder.

Complexity Level

This filter is available on Advanced Complexity Level.