'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.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).