QuickOPC User's Guide and Reference
AsStructureTypeInfo Method (_UADataTypeInfo)



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

Returns null if the current OPC UA data type info is not a structure 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