uaPLUS Reference
CastArray(Array,BuiltInType,Array,BuiltInType,CastArrayElementHandler) Method
See Also  Send Feedback
Opc.Ua Namespace > TypeInfo Class > CastArray Method : CastArray(Array,BuiltInType,Array,BuiltInType,CastArrayElementHandler) Method

dst
dstType
src
srcType
convertor

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub CastArray( _
   ByVal dst As Array, _
   ByVal dstType As BuiltInType, _
   ByVal src As Array, _
   ByVal srcType As BuiltInType, _
   ByVal convertor As TypeInfo.CastArrayElementHandler _
) 
C# 
public static void CastArray( 
   Array dst,
   BuiltInType dstType,
   Array src,
   BuiltInType srcType,
   TypeInfo.CastArrayElementHandler convertor
)

Parameters

dst
dstType
src
srcType
convertor

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.