'Declaration
Public Function New( _ ByVal attributeOperand As UAAttributeOperand _ )
'Usage
Dim attributeOperand As UAAttributeOperand Dim instance As New UAAttributeOperand(attributeOperand)
public UAAttributeOperand( UAAttributeOperand attributeOperand )
public: UAAttributeOperand( UAAttributeOperand^ attributeOperand )
Parameters
- attributeOperand
- Attribute operand object to copy from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).