OPC Studio User's Guide and Reference
SetBinaryBody Method (_UAExtensionObject)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UAExtensionObject Interface : SetBinaryBody Method

The value of this parameter can be null (Nothing in Visual Basic).

The binary body of the extension object.
Syntax
'Declaration
 
Sub SetBinaryBody( _
   ByRef binaryBody() As Byte _
) 
'Usage
 
Dim instance As _UAExtensionObject
Dim binaryBody() As Byte
 
instance.SetBinaryBody(binaryBody)
void SetBinaryBody( 
   ref byte[] binaryBody
)
void SetBinaryBody( 
   array<byte>^% binaryBody
) 

Parameters

binaryBody

The value of this parameter can be null (Nothing in Visual Basic).

Remarks
Intended for use from Visual Basic 6.0.

This member is not compatible with VBScript.

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also