QuickOPC User's Guide and Reference
AEAttributeElement Constructor(AEAttributeElement)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace > AEAttributeElement Class > AEAttributeElement Constructor : AEAttributeElement Constructor(AEAttributeElement)
The object to be copied from.
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)
public AEAttributeElement( 
   AEAttributeElement attributeElement
)
public:
AEAttributeElement( 
   AEAttributeElement^ attributeElement
)

Parameters

attributeElement
The object to be copied from.
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