VeriStand .NET API Reference

DataResource.Clone Method

Creates a new object that is a copy of the current data resource.

Namespace: NationalInstruments.VeriStand.Data
Assembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function Clone As Object
C#
public Object Clone()
Visual C++
public:
virtual Object^ Clone() sealed

Return Value

A new Object that is a copy of this instance.

Implements

ICloneable.Clone()

See Also

Log in to get a better experience