TK.CopyTagToTag (UserType, UserType) Method

Copy tag values to another tag
Public Shared Sub CopyTagToTag( _ 
ByVal tagSource As UserType, _ 
ByVal tagTarget As UserType
)
This language is not supported or no code example is available.
public static void CopyTagToTag( 
UserType tagSource
UserType tagTarget 
)
This language is not supported or no code example is available.

Parameters

tagSource
UserType

Source tag

tagTarget
UserType

Target tag

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition