Command.ShallowCopy Method

Creates a new Command that is a shallow copy of the current Command.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public Command ShallowCopy()

Return Value

Type: Command
A new Command that is a shallow copy of the current Command.

Implements

IShallowCopyable.T..ShallowCopy.

Reference

Command Class

TcHmiSrv.Core Namespace