QuickOPC User's Guide and Reference
AsStructuredData Method (_OpaqueData)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace > _OpaqueData Interface : AsStructuredData Method
The current generic data expressed as data of structured data type.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Function AsStructuredData() As StructuredData
'Usage
 
Dim instance As _OpaqueData
Dim value As StructuredData
 
value = instance.AsStructuredData()
[CanBeNull()]
StructuredData AsStructuredData()
[CanBeNull()]
StructuredData^ AsStructuredData(); 
Remarks

Returns null if the current generic data is not of structured data type.

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

Classes derived from OpcLabs.BaseLib.DataTypeModel.GenericData form following class hierarchy:

.

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