uaPLUS Reference
AttributeOperand Constructor(FilterContext,ExpandedNodeId,String,UInt32,String)
See Also  Send Feedback
Opc.Ua Namespace > AttributeOperand Class > AttributeOperand Constructor : AttributeOperand Constructor(FilterContext,ExpandedNodeId,String,UInt32,String)

context
typeDefinitionId
browsePath
attributeId
indexRange

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal context As FilterContext, _
   ByVal typeDefinitionId As ExpandedNodeId, _
   ByVal browsePath As String, _
   ByVal attributeId As UInteger, _
   ByVal indexRange As String _
)
C# 
public AttributeOperand( 
   FilterContext context,
   ExpandedNodeId typeDefinitionId,
   string browsePath,
   uint attributeId,
   string indexRange
)

Parameters

context
typeDefinitionId
browsePath
attributeId
indexRange

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.