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



OpcLabs.EasyOpcClassic 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 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AEAttributeElement Class
AEAttributeElement Members
Overload List