Copies the TPSAMaps argument to the instance.

Namespace: TPSA
Assembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Copy(
	ref TPSAMaps x
)
Visual Basic
Public Sub Copy ( _
	ByRef x As TPSAMaps _
)
Visual C++
public:
void Copy(
	TPSAMaps^% x
)

Parameters

x
Type: TPSA..::..TPSAMaps%
The TPSAMaps to be copied to the instance.

Remarks

Does not create a new object, but modifies the instance.

See Also