'Declaration
Public Function New( _ ByVal state As Object, _ ByVal operand As UASimpleAttributeOperand _ )
'Usage
Dim state As Object Dim operand As UASimpleAttributeOperand Dim instance As New UAAttributeField(state, operand)
public UAAttributeField( object state, UASimpleAttributeOperand operand )
public: UAAttributeField( Object^ state, UASimpleAttributeOperand^ operand )
Parameters
- state
- User-defined state object.
The value of this parameter can be
null
(Nothing
in Visual Basic). - operand
- Operand. Identifies the node and attribute in a type.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).