QuickOPC User's Guide and Reference
AsSimpleTypeInfo Method (_UAEnumTypeInfo)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes Namespace > _UAEnumTypeInfo Interface : AsSimpleTypeInfo Method
The current OPC UA data type info expressed as simple type info.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Function AsSimpleTypeInfo() As UASimpleTypeInfo
'Usage
 
Dim instance As _UAEnumTypeInfo
Dim value As UASimpleTypeInfo
 
value = instance.AsSimpleTypeInfo()
[CanBeNull()]
UASimpleTypeInfo AsSimpleTypeInfo()
[CanBeNull()]
UASimpleTypeInfo^ AsSimpleTypeInfo(); 
Remarks

Returns null if the current OPC UA data type info is not a simple type info.

This method has been introduced primarily for languages like PHP that do not allow down-casting.

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