'Declaration
<NotNullAttribute()> Public Overloads Shared Function Attribute( _ ByVal typeId As UANodeDescriptor, _ ByVal relativeBrowsePathString As String _ ) As UAAttributeOperand
'Usage
Dim typeId As UANodeDescriptor Dim relativeBrowsePathString As String Dim value As UAAttributeOperand value = UAFilterElements.Attribute(typeId, relativeBrowsePathString)
[NotNull()] public static UAAttributeOperand Attribute( UANodeDescriptor typeId, string relativeBrowsePathString )
[NotNull()] public: static UAAttributeOperand^ Attribute( UANodeDescriptor^ typeId, String^ relativeBrowsePathString )
Parameters
- typeId
- Contains OPC node identifier (descriptor) of the type.
- relativeBrowsePathString
- Relative browse path string.
Return Value
The created operand.