TK.CopyTagToNetObject (IArrayObj, Object, Boolean, Boolean) Method

Copy tag values to .NET object
Public Shared Sub CopyTagToNetObject( _ 
ByVal tagSource As IArrayObj, _ 
ByVal target As Object, _ 
Optional ByVal onlyPublicProperties As Boolean = true, _ 
Optional ByVal canCreateInstance As Boolean = true _ 
)
This language is not supported or no code example is available.
public static void CopyTagToNetObject( 
IArrayObj tagSource
object target
bool onlyPublicProperties = true, 
bool canCreateInstance = true 
)
This language is not supported or no code example is available.

Parameters

tagSource
IArrayObj

Source tag array

target
object

Target .NET object

onlyPublicProperties
bool

Flag indicating whether should copy only public properties or not

canCreateInstance
bool

Flag indicating whether can create instance of children of main .NET object or not

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition