OPC Studio User's Guide and Reference
ToUADataTypeInfoResult Method (_UAStructureDescription)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes Namespace > _UAStructureDescription Interface : ToUADataTypeInfoResult Method
The data type schema to be used for the conversion.

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

Determines whether base data types are required in the returned info.
Converts the data type description to a data type info.
Syntax
'Declaration
 
<NotNullAttribute()>
Function ToUADataTypeInfoResult( _
   ByVal readOnlyDataTypeSchema As Object, _
   ByVal requireBaseDataTypes As Boolean _
) As ValueResult
'Usage
 
Dim instance As _UAStructureDescription
Dim readOnlyDataTypeSchema As Object
Dim requireBaseDataTypes As Boolean
Dim value As ValueResult
 
value = instance.ToUADataTypeInfoResult(readOnlyDataTypeSchema, requireBaseDataTypes)
[NotNull()]
ValueResult ToUADataTypeInfoResult( 
   object readOnlyDataTypeSchema,
   bool requireBaseDataTypes
)
[NotNull()]
ValueResult^ ToUADataTypeInfoResult( 
   Object^ readOnlyDataTypeSchema,
   bool requireBaseDataTypes
) 

Parameters

readOnlyDataTypeSchema
The data type schema to be used for the conversion.

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

requireBaseDataTypes
Determines whether base data types are required in the returned info.

Return Value

Returns a value result object with the data type info, or with an error.

This method never returns null (Nothing in Visual Basic).

Remarks

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