OPC Studio User's Guide and Reference
AEAttributeElement Constructor(AEAttributeElement)



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace > AEAttributeElement Class > AEAttributeElement Constructor : AEAttributeElement Constructor(AEAttributeElement)
The object to be copied from.

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

Initializes a new copy of the AEAttributeElement object.
Syntax
'Declaration
 
Public Function New( _
   ByVal attributeElement As AEAttributeElement _
)
 
'Usage
 
Dim attributeElement As AEAttributeElement
 
Dim instance As New AEAttributeElement(attributeElement)

Parameters

attributeElement
The object to be copied from.

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

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