'Declaration
<CanBeNullAttribute()> Public Shared Function FromUASimpleAttributeOperand( _ ByVal simpleAttributeOperand As UASimpleAttributeOperand _ ) As UAAttributeField
'Usage
Dim simpleAttributeOperand As UASimpleAttributeOperand Dim value As UAAttributeField value = UAAttributeField.FromUASimpleAttributeOperand(simpleAttributeOperand)
[CanBeNull()] public static UAAttributeField FromUASimpleAttributeOperand( UASimpleAttributeOperand simpleAttributeOperand )
[CanBeNull()] public: static UAAttributeField^ FromUASimpleAttributeOperand( UASimpleAttributeOperand^ simpleAttributeOperand )
Parameters
- simpleAttributeOperand
- Simple attribute operand to be converted.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).