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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace > AECategoryElement Class > AECategoryElement Constructor : AECategoryElement Constructor(AECategoryElement)
The object to be copied from.
Initializes a new copy of the AECategoryElement object.
Syntax
'Declaration
 
Public Function New( _
   ByVal categoryElement As AECategoryElement _
)
'Usage
 
Dim categoryElement As AECategoryElement
 
Dim instance As New AECategoryElement(categoryElement)
public AECategoryElement( 
   AECategoryElement categoryElement
)
public:
AECategoryElement( 
   AECategoryElement^ categoryElement
)

Parameters

categoryElement
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